-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (23 loc) · 885 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
26
27
28
29
30
31
<html>
<body style="margin:0">
<div id="gamescreen"></div>
<div id="shop" class="shop no-select">
<h1>Shop</h1>
<ul class="shop-machines">
</ul>
<section class="shop-conveyor">
<h3 data-conveyor="basic" >Conveyor</h3>
</section>
<section class="shop-description">
</section>
</div>
</body>
<head>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
<script src="//cdnjs.cloudflare.com/ajax/libs/three.js/r69/three.min.js"></script>
<script src="OrbitControls.js"></script>
<script src="js/bundle.js"></script>
</head>
</html>