forked from ylla/eurovision-bingo
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
72 lines (72 loc) · 1.84 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GeekBrunch.SG Bingo</title>
<link rel="stylesheet" href="http://brick.a.ssl.fastly.net/Playfair+Display:400,400i">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap" rel="stylesheet">
<link href="geekbrunch-bingo.css?ts=13661c762a839c48d5774b1a4dcf1f440a979ede" rel="stylesheet" />
<script src="geekbrunch-bingo.js?ts=13661c762a839c48d5774b1a4dcf1f440a979ede"></script>
</head>
<body>
<div id="top">
<h1>GeekBrunch.SG Bingo</h1>
<p>Find someone who can complete the sentence:
<em>
"I can do <code>XXX</code>!",
"I am a <code>XXX</code> geek!",
"I love <code>XXX</code>!"
</em>
</p>
<p>Mark the box that fits for that person (1 box per person you meet).</p>
</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>. Source is on <a href="https://github.com/engineersftw/geekbrunch-bingo">GitHub</a>.
</p>
<small>
Based on the <a href="https://github.com/ylla/eurovision-bingo" target="_blank">EuroVision Bingo</a> by <a href="https://github.com/ylla/">ylla</a> and <a href="https://github.com/snaily">snaily</a>.
</small>
</div>
</body>
</html>