-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (35 loc) · 1.14 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>PaperParkour - Home</title>
<link rel="stylesheet" type="text/css" href="css/home.css">
<link href='https://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css'>
<script src="https://code.jquery.com/jquery-2.2.0.min.js"></script>
</head>
<body>
<section id="start-page">
<h1>PaperParkour</h1>
<h2>Let's have some fun!</h2>
<button onclick="window.location.href='/game.html'"> >>> Start</button>
<button onclick="window.location.href='/about.html'"> >>> About</button>
<script type="text/javascript" src="js/app.js"></script>
<article id="wrap">
<article id="lightings">
<section id="one">
<section id="two">
<section id="three">
<section id="four">
<section id="five">
</section>
</section>
</section>
</section>
</section>
</article>
</article>
</body>
<footer>
<div class="footer"> Copyright ©PaperParkour <strong>2018 </strong>.</div>
</footer>
</html>