-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 727 Bytes
/
index.html
File metadata and controls
24 lines (21 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Glypherator</title>
<meta name="description" content="Glypherator">
<meta name="author" content="Tristam MacDonald">
<meta http-equiv="Cache-Control" content="no-store" />
<link rel="stylesheet" href="styles.css?v=1.0">
<script type="text/javascript" src="matrix.min.js"></script>
<script type="text/javascript" src="gif.js"></script>
<script type="text/javascript" src="gif.worker.js"></script>
<script src="scripts.js"></script>
</head>
<body onload="start();">
<div id="centered">
<canvas id="bitmap" width="512" height="512"></canvas>
<p id="randomSeed"></p>
</div>
</body>
</html>