-
Notifications
You must be signed in to change notification settings - Fork 1
/
gamepage.html
23 lines (22 loc) · 896 Bytes
/
gamepage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title id="title">MICEngine</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" href="img/favicon.ico" />
<link href="css/style.css?v=1" rel="stylesheet" type="text/css">
<!--<link href="images.css?v=1" rel="stylesheet" type="text/css">-->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script>
<script src="js/class.js?v=1"></script>
<script src="js/engine.js?v=1"></script>
<script src="js/logger.js?v=1"></script>
<script src="js/state.js?v=1"></script>
<script src="js/content.js?v=1"></script>
<script src="js/boosts.js?v=1"></script>
<script src="js/scb.js?v=1"></script>
</head>
<body>
<div id="onlydiv"><p>Nothing here right now.</p></div>
</body>
</html>