-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (24 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
<!DOCTYPE html>
<html leng="en">
<head>
<meta charset="utf-8">
<title>game</title>
<link rel="stylesheet" type="text/css" href="index.css">
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="index.js"></script>
</head>
<body>
<main>
<article id="article">
<section id="section">
<img id="title" src="img/logo.png" alt="">
<img id="nave" src="img/nave.png" alt="">
<img id="button" src="img/startbutton.png" alt=""></img>
<img id="button2" src="img/instructions.png" alt=""></img>
<img id="button3" src="img/credits.png" alt=""></img>
</section>
</article>
</main>
</body>
</html>