-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
27 lines (24 loc) · 1.06 KB
/
index.html
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>
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Waterfall.js</title>
<link href='main.css' rel='stylesheet' type='text/css' />
</head>
<body>
<div id="start" onclick="main();" style="color: white; align-items: center; width: 100%; height: 100%; text-align: center; font-family: sans-serif; font-size: 50px; padding-top: 100px; user-select: none; cursor: pointer;">
Tap or click to start
</div>
<canvas></canvas>
<script src="shaders/line.vert.js?cache=8731947134"></script>
<script src="shaders/line-uniform.frag.js?cache=8731947134"></script>
<script src="shaders/line-hue.frag.js?cache=8731947134"></script>
<script src="js/gl-matrix-min.js?cache=8731947134"></script>
<script src="js/webgl-helpers.js?cache=8731947134"></script>
<script src="js/camera.js?cache=8731947134"></script>
<script src="js/audio.js?cache=8731947134"></script>
<script src="js/waterfall.js?cache=8731947134"></script>
<script src="js/main.js?cache=8731947134"></script>
</body>
</html>