-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (29 loc) · 966 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
<!doctype html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>PRZEszkody</title>
<style>
body { margin: 0; overflow: hidden; background-image:
linear-gradient(
to top right,
#3297E5, #ACEAF9
); }
canvas { width: 100%; height: 100% }
</style>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha256-k2WSCIexGzOj3Euiig+TlR8gA0EmPjuc79OEeY5L45g="
crossorigin="anonymous"></script>
<script src="node_modules/three/build/three.min.js"></script>
<script src="node_modules/gsap/TweenMax.js"></script>
<script src="lib/vox.js"></script>
<script data-main="game/main" src="node_modules/requirejs/require.js"></script>
</head>
<body>
<div id="game"></div>
</body>
</html>