-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.html
19 lines (19 loc) · 867 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="manifest" href="/manifest.json">
<title>Feed the Flames - Simple JS game concept</title>
<link href="https://fonts.googleapis.com/css?family=Audiowide|Poor+Story" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/jquery-confirm.css">
<script src="js/jquery-1.11.2.min.js"></script>
</head>
<body>
<script src="js/crafty-min.js"></script>
<script src="js/jquery-confirm.js"></script>
<script src="js/main.js"></script>
</body>
</html>