forked from supermedium/moonrider
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (34 loc) · 1.36 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
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<title>Chessboxing by Immers space</title>
<meta property="og:url" content="https://chessboxing.space" />
<meta property="og:title" content="Chessboxing by Immers space">
<meta name="description" property="og:description" content="A free and open source VR music visualization website. Surf the musical road among the stars, moon, and lights.">
<meta property="og:image" content="https://chessboxing.space/assets/img/splash.jpg">
<meta name="twitter:card" content="summary">
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe@2c4509aa1a9a3c447c08be9facfea0c7d6a9e156/dist/aframe-master.min.js"></script>
<script src="build/build.js?v=3"></script>
</head>
<body>
<div id="app"></div>
<div id="vrButton" title="Enter VR / Fullscreen"><p>Click Here to Enter VR</p></div>
<script>
// stub out google tracking
function gtag(){}
</script>
<div id="subscribeForm" style="display: none;">
<h2>Current Chess Game</h2>
<div id="chessBoardDisplay"></div>
</div>
<immers-hud
open="true"
style="color: white"
position="top-left"
local-immer="scores.chessboxing.space"
destination-url="https://chessboxing.space"
allow-storage>
</immers-hud>
</body>
</html>