2020-05-07 20:51:13 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" >
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Basic Matrix Effect</title>
|
|
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<!-- Hello World in 92 Languages falling down in Matrix code rain-->
|
|
|
|
|
2021-02-09 15:42:15 +01:00
|
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js'></script>
|
|
|
|
<script src="./script.js"></script>
|
2020-05-07 20:51:13 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|