-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
75 lines (73 loc) · 2.34 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://ogp.me/ns/fb#">
<head>
<title>Eurovision Song Contest Bingo</title>
<link rel="stylesheet" href="http://brick.a.ssl.fastly.net/Playfair+Display:400,400i">
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap rel='stylesheet' type='text/css'>
<link href="eurovision-bingo.css" rel="stylesheet" />
<meta property="fb:admins" content="100000901583954"/>
<meta property="fb:admins" content="698866536"/>
<meta property="og:image" content="http://eurovision.vonmalmborg.com/escpreviewbig.png" />
<meta property="og:image" content="http://eurovision.vonmalmborg.com/escpreview.png" />
<meta property="og:url" content="http://eurovision.vonmalmborg.com" />
<meta property="og:title" content="Eurovision Song Contest Bingo" />
<meta property="og:description" content="Play during the show with your phone, tablet or computer. Make Eurovision extra fun by playing bingo with your friends. Great for parties!" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55723175-2', 'auto');
ga('send', 'pageview');
</script>
<script src="eurovision-bingo.js"></script>
</head>
<body>
<div id="top">
<h1>Eurovision Song Contest Bingo</h1>
</div>
<div id="mid">
<table>
<tr>
<td>A</td>
<td>B</td>
<td>C</td>
<td>D</td>
<td>E</td>
</tr>
<tr>
<td>A</td>
<td>B</td>
<td>C</td>
<td>D</td>
<td>E</td>
</tr>
<tr>
<td>A</td>
<td>B</td>
<td>C</td>
<td>D</td>
<td>E</td>
</tr>
<tr>
<td>A</td>
<td>B</td>
<td>C</td>
<td>D</td>
<td>E</td>
</tr>
<tr>
<td>A</td>
<td>B</td>
<td>C</td>
<td>D</td>
<td>E</td>
</tr>
</table>
</div>
<div id="footer">
<p><a href="#" id="reset">Reset</a>. By <a href="https://github.com/ylla/">ylla</a> and <a href="https://github.com/snaily">snaily</a>. Source is on <a href="https://github.com/ylla/eurovision-bingo">GitHub</a>.</p>
</div>
</body>
</html>