1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html style="width:100%;height:100%;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<div id="tv" style="z-index:-5;">
<canvas id="myCanvas0" style="position:absolute;z-index:10;" width="600" height="500"></canvas>
<div id="suz" style="float:left;">
<canvas id="myCanvas" style="position:absolute;z-index:1;" width="600" height="500"></canvas>
<canvas id="myCanvas1" style="position:absolute;z-index:2;" width="600" height="500"></canvas>
<canvas id="myCanvas2" style="position:absolute;z-index:3;" width="600" height="500"></canvas>
<canvas id="myCanvas3" style="position:absolute;z-index:4;" width="600" height="500"></canvas>
</div>
</div>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<div style="font-family: oswald;">.</div>
<body onkeydown="keydune(event)" onkeyup="keydup(event)" style="background:#0f0f0f" onload="startmenu();">
<script src="noise.js"></script>
<script src="script.js"></script>
</body>
</html>