forked from lo-th/Ammo.lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (27 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
32
33
34
<!DOCTYPE html>
<!-- saved from url=(0014)about:internet -->
<html lang="en">
<head>
<title>Ammo.lab</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=11" />
<meta http-equiv="Pragma" content="no-cache">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="https://lo-th.github.io/lab/css/lab.css">
<!-- CODE / LAB -->
<script src="https://lo-th.github.io/lab/build/code.min.js"></script>
<script src="https://lo-th.github.io/lab/build/lab.min.js"></script>
<!-- MAIN -->
<script src="js/View_add.js"></script>
<script src="js/main.js"></script>
<script src="js/ammo.init.js"></script>
<script src="js/helpers/CarHelper.js"></script>
</head>
<body>
<script>
isWasm = true;
window.onload = init;
</script>
</body>
</html>