-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (28 loc) · 906 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
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Drawarea.cc</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="/app.css?v=CACHE_BUSTER">
</head>
<body>
<section class="dotted-background">
<canvas></canvas>
</section>
<nav>
<span data-color="Ivory"></span>
<span data-color="Crimson"></span>
<span data-color="MediumSpringGreen"></span>
<span data-color="RoyalBlue"></span>
<span data-color="Orange"></span>
<span data-color="Magenta"></span>
</nav>
<aside>
<input type="range" min="1" max="30" value="2" class="slider" step="1">
</aside>
<script src="/app.js?v=CACHE_BUSTER"></script>
</body>
</html>