-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 696 Bytes
/
index.html
File metadata and controls
30 lines (30 loc) · 696 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mannequin Piss</title>
<meta name="author" content="Vassilis Krikonis">
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
body,
html {
position: fixed;
}
html {
height : 100%;
overflow: hidden;
}
body {
height : 100%;
overflow: hidden;
}
body { margin: 0; }
canvas { width: 100%; height: 100% }
</style>
<script src="three.min.js" charset="utf-8"></script>
<script src="STLLoader.js" charset="utf-8"></script>
</head>
<body>
<script src="script.js" charset="utf-8"></script>
</body>
</html>