-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 959 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WDI Project 1</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P|Varela+Round" rel="stylesheet">
<link rel="icon" type="image/png" href="images/favicomaticSnake/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicomaticSnake/favicon-16x16.png" sizes="16x16" />
<script
src="https://code.jquery.com/jquery-3.2.1.js"
integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE="
crossorigin="anonymous"></script>
<!-- <script
src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"
integrity="sha256-T0Vest3yCU7pafRw9r+settMBX6JkKN06dqBnpQ8d30="
crossorigin="anonymous"></script> -->
<script type="text/javascript" src="js/app.js"></script>
</head>
<body>
<h1>Snake!</h1>
<div class="score">Score: </div>
</body>
</html>