-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
37 lines (35 loc) · 1001 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
35
36
37
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>budo</title><meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0, shrink-to-fit=no">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<style>
html, body {
padding: 0;
margin: 0;
}
.glsl-error {
background: white;
position: absolute;
left: 0;
top: 0;
z-index: 99999;
}
.webvr-button {
display: none !important;
}
</style>
</head>
<body>
<script>
WebVRConfig = {}
</script>
<script src="dat.gui.min.js"></script>
<script src="node_modules/webvr-polyfill/build/webvr-polyfill.js"></script>
<script src="ccapture.all.min.js"></script>
<script src="bundle.js"></script>
</body>
</html>