We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dabeec commit 996e01cCopy full SHA for 996e01c
MatrixDigitalRain/index.html
@@ -0,0 +1,21 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Matrix Digital Rain</title>
7
+ <script src="libraries/p5.js"></script>
8
+ <!-- <script src="libraries/p5.sound.js"></script> -->
9
+ <script src="sketch.js"></script>
10
+ <style>
11
+ body {
12
+ margin: 0;
13
+ padding: 0;
14
+ }
15
+ canvas {
16
+ margin: auto;
17
18
+ </style>
19
+ </head>
20
+ <body></body>
21
+</html>
0 commit comments