-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (17 loc) · 962 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
<html>
<meta property="og:title" content="BerserkTech Chess">
<meta property="og:description" content="Backend-less Chess game, developed by remote Venezuelan devs.">
<meta property="og:image" content="https://berserk.tech/chess/resources/thumbnail.png">
<meta property="og:url" content="https://berserk.tech/chess/">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:site_name" content="BerserkTech">
<meta name="twitter:image:alt" content="BerserkTech Chess 3D">
<meta name="twitter:site" content="@berserktech">
<script src="https://aframe.io/releases/0.8.0/aframe.min.js"></script>
<script src="https://unpkg.com/aframe-gltf-part-component/dist/aframe-gltf-part-component.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aframe-look-at-component.min.js"></script>
<script src="./components/raycaster-mouse.js"></script>
<body>
</body>
<script src="./main.js?cacheKill=0"></script>
</html>