-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 949 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>
<head lang="en">
<meta charset="UTF-8">
<meta name="author" content="Dass MK"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ColorFusion</title>
<link rel="stylesheet" href="./styles/bootstrap.min.css">
<link rel="stylesheet" href="./styles/styler.css">
</head>
<body>
<h1>ColorFusion</h1>
<br>
<ul class="navigation-lists">
<li><a href="./views/game.html">Play</a><br><br><br></li>
<li><a href="./views/tutorial.html">How</a><br><br><br></li>
<li><a href="./views/why.html">Why</a><br><br></li>
</ul>
<footer>
<br><br>
<hr>
Confused by Dass Mk
</footer>
<script src="./scripts/jquery-2.1.0.js" type="text/javascript"></script>
<script src="./scripts/ripple.js" type="text/javascript"></script>
<script src="./scripts/rippleBody.js"></script>
</body>
</html>