-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (36 loc) · 1.49 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
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>DevFest Graffiti</title>
<link rel="stylesheet" type="text/css" href="css/master.css">
<link href="https://fonts.googleapis.com/css?family=Special+Elite" rel="stylesheet">
<!--<script src="https://cdn.jsdelivr.net/gh/oubenruing/svg-text-animate@latest/dist/svg-text-animate.min.js"></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.3.0/socket.io.js"></script>
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
</head>
<body>
<script type="text/javascript" src="./bundle.js"></script>
<!--<script type="module" src="./src/index.js"></script>-->
<div id="start-button">CLICK ME</div>
<div id="game-canvas" style="display: none;">
<div class="game-details">
<div class="game-logo">
<img src="./assets/images/DevFest2021_LOGO_dark.png" width="320px" />
</div>
</div>
<div class="countdown-wrapper">
<div class="countdown">10:00:00</div>
</div>
<div class="join-wrapper">
<div class="join">GRAPH THE WALL!</div>
<div class="join">TWEET SOMETHING(MAX 25 CHARS)<br>WITH #DEVFESTGRAF</div>
</div>
<div class="draw-area">
<div id="draw-text"></div>
</div>
<div id="opacity" style="display:none"></div>
</div>
</div>
<div id="song"></div>
</body>
</html>