-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·46 lines (46 loc) · 1.96 KB
/
index.html
File metadata and controls
executable file
·46 lines (46 loc) · 1.96 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bingothon</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/styles.css">
<link rel="shortcut icon" type="image/x-icon" href="pictures/favicon.ico" />
</head>
<body>
<div class="wrapper-home">
<div class="table-wrapper-home">
<table class="tg">
<tr>
<td class="menu-item even"><a href="./news.html">NEWS</a></td>
<td class="menu-item odd"><a href="https://horaro.org/bingothonw19/schedule">SCHEDULE</a></td>
<td class="menu-item even"><a href="https://oengus.io/marathon/bingow19">SUBMISSIONS</a></td>
</tr>
<tr>
<td class="menu-item odd"><a href="https://pureearth.org">Pure Earth</a></td>
<td class="menu-item even center-logo"></td>
<td class="menu-item odd"><a href="https://donations.bingothon.com/index/bingothonw19">DONATE</a></td>
</tr>
<tr>
<td class="menu-item even">
<a href="about.html">WHAT IS BINGOTHON?</a>
</td>
<td class="menu-item odd">
<table class="socials-table" border="0" cellpadding="3" cellspacing="3">
<tr>
<td><a href="https://discord.bingothon.com"><img src="./pictures/discord-social.png"/></a></td>
<td><a href="https://twitch.tv/speedrunslive"><img src="/pictures/twitch-social.png"/></a></td>
</tr>
<tr>
<td><a href="https://www.youtube.com/channel/UCmKotiVBr3-Ek3UPTqT7bow"><img src="/pictures/youtube-social.png"/></a></td>
<td><a href="https://twitter.com/bingothon"><img src="/pictures/twitter-social.png"/></a></td>
</tr>
</table>
</td>
<td class="menu-item even"><a href="privacypolicy.html">PRIVACY<br>POLICY</a></td>
</tr>
</table>
</div>
</div>
</body>
</html>