-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnames.html
50 lines (42 loc) · 1.29 KB
/
names.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
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>GFL-TV Scoreboard Names Overlay</title>
<link rel="stylesheet" href="scoreboardbigrelative.css">
</head>
<body>
<div id="bauchbinde" hidden>
<div id="bauchbindebox"></div>
<div id="bauchbindetopbox"></div>
<div id="bauchbindetoptext"></div>
<div id="bauchbindebottombox"></div>
<div id="bauchbindebottomtext"></div>
<div id="bauchbindegfllogobox">
<img id="bauchbindegfllogo" src="gfl-logo.png">
</div>
<div id="bauchbindelogobox">
<img id="bauchbindelogo" src="fursty-razorbacks.png">
</div>
</div>
<div id="kommentatoren" hidden>
<div id="kommentatorenbox"></div>
<div id="kommentator1box"></div>
<div id="kommentator1text"></div>
<div id="kommentator2box"></div>
<div id="kommentator2text"></div>
<div id="kommentator1logobox">
<img id="kommentator1logo" src="fursty-razorbacks.png">
</div>
<div id="kommentator2logobox">
<img id="kommentator2logo" src="fursty-razorbacks.png">
</div>
<div id="kommentatorgfllogobox">
<img id="kommentatorgfllogo" src="gfl-logo.png">
</div>
</div>
<script src="/socket.io/socket.io.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="scoreboard.js"></script>
</body>
</html>