-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (25 loc) · 1.23 KB
/
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 PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Parametric</title>
<script src="js/libs/jquery-1.10.2.min.js"></script>
<script src="js/libs/three.js"></script>
<script src="js/libs/RequestAnimationFrame.js"></script>
<script src="js/libs/OrbitControls.js"></script>
<script src="js/libs/dat.gui.js"></script>
<script src="js/libs/STLExporter.js"></script>
<script src="js/libs/tt.js"></script>
<script src="js/ResourceManager.js"></script>
<script src="js/ParametricApp.js"></script>
<script src="js/TestObject2.js"></script>
<script src="js/InformTable.js"></script>
<!-- <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC' rel='stylesheet' type='text/css'> -->
</head>
<body onLoad="onLoad();" style="overflow:hidden; width:100%; height:100%; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;">
<div id="container" style="padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;">
</div>
<div style="padding: 0px; margin: 0px; position: absolute; right: 40px; bottom: 20px;">
<p style="color: #fff; font-size: 22px; font-family: 'Alegreya Sans SC', sans-serif;">Tactonic Technologies</p>
</div>
</body>
</html>