-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (27 loc) · 983 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>Color Lessons</title>
<link rel="stylesheet" href="index.css">
<link rel="shortcut icon" id="light-scheme-icon" href="imgs/githut/black.png">
<link rel="shortcut icon" id="dark-scheme-icon" href="imgs/githut/white.png">
<script src="libs/confetti.browser.min.js"></script>
<script src="libs/faviconScheme.js"></script>
<script src="libs/localStorage.js"></script>
<script src="libs/jquery.min.js"></script>
<script src="libs/hearken.js"></script>
<script src="libs/array.js"></script>
<script src="scripts/colors.js"></script>
<script src="index.js"></script>
</head>
<body>
<canvas id="canvas"></canvas>
<a href="https://github.com/git-hut/color-lessons" target="_blank">
<img title="Fork Me" id="forkme" src="imgs/forkme/right/red.png">
</a>
<h1 id="title">Color Lessons</h1>
<div id="start">
<h3>Start</h3>
</div>
</body>
</html>