-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
25 lines (20 loc) · 937 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
<!doctype html>
<html lang="en">
<head>
<title>Playground</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/hud.css">
<link rel="stylesheet" type="text/css" href="css/loadingScreen.css">
<meta name="og:type" content="website" />
<meta name="og:image" content="http://weiserhei.github.io/threejs-experiments/goblintest/ogimage.jpg"/>
<meta name="og:title" content="Physic playground" />
<meta name="og:description" content="Three.js + Goblin.js testbed" />
<meta name="og:url" content="http://weiserhei.github.io/threejs-experiments/goblintest/"/>
<script data-main="js/main" src="js/libs/require.js"></script>
</head>
<body oncontextmenu="return false;">
<div id="loading-container"></div>
</body>
</html>