-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (25 loc) · 938 Bytes
/
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
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>AU-HEXX - golden crazy thing for DEVX 2018 - Andrea Bovo | [email protected]</title>
<link href="https://fonts.googleapis.com/css?family=Carrois+Gothic+SC"
rel="stylesheet">
</head>
<body>
<div class="demo">
<canvas id="canvas"></canvas>
<div class="title">AuHE<sup>X<sup>X</sup></sup><br /><span style="font-size:0.8em"></span><br /><span class="v">v1.<sup>2k22</sup></span></div>
<div class="cover">
<blockquote>«i've spent, I think, close to the last decade effortlessly and magically converting your tin
cans into pure gold.»</blockquote><br />
<span>Charlie Sheen</span>
</div>
<div id="log">log</div>
</div>
<script type="module"
src="./src/index.js"></script>
</body>
</html>