-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1023 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keyword" content="dice, 3d, three.js, webgl, typescript, javascript" />
<meta name="description" content="Roll a dice in 3d" />
<meta name="author" content="shubidumdu" />
<meta property="og:title" content="Dice 3D" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Roll a dice in 3d" />
<meta property="og:image" content="<%= require('./image.png') %>" />
<title>Dice 3D</title>
</head>
<body>
<canvas id="canvas">
</canvas>
<div id="loading">
<div>Loading...</div>
</div>
<div id="copyright">
<div>Made by shubidumdu</div>
<div>Dice model by tnRaro, <a href="https://creativecommons.org/licenses/by/4.0" target="_blank">CC BY 4.0</a></div>
</div>
</body>
</html>