-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (21 loc) · 862 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF8">
<link rel="shortcut icon" href="/images/favicon.png" />
<link rel="stylesheet" type="text/css" href="css/global.css" />
<title>GameBoyJam</title>
<script src="js/library/Base.js"></script>
<script src="js/library/jquery.js"></script>
<script src="js/library/jquery.slimscroll.min.js"></script>
<script src="js/library/socket.io.js"></script>
<script src="js/FilthyEngine/FilthyEngine.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div class="title"></div>
<div class="gameboy">
<div id="game_container"></div>
</div>
</body>
</html>