-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (21 loc) · 740 Bytes
/
index.html
File metadata and controls
23 lines (21 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<head>
<title>Wallpaper - NeoMatrix</title>
<meta name="author" content="IP.AF">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="./css/index.css" media="screen" />
<script src="./js/lil-gui-0.19.js"></script>
<script src="./js/helper.js"></script>
<script src="./js/mapper.js"></script>
<script src="./js/index.js"></script>
<link rel="icon" type="image/x-icon" href="./favicon.ico">
</head>
<body>
<p style="font-family: neo-matrix;" class="mask">loadme</p>
<canvas id="mask" class="mask"></canvas>
<canvas id="color-overlay" class="mask"></canvas>
<canvas id="neo-matrix"></canvas>
<p id="debug"></p>
<div id="gui"></div>
</body>
</html>