-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (35 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Zero Ping Heroes - Brighton's LAN Party Community</title>
<link href="style.css" rel="stylesheet">
<link rel="icon" href="favicon-32.png" sizes="32x32">
<link rel="icon" href="favicon-192.png" sizes="192x192">
<link rel="apple-touch-icon-precomposed" href="favicon-180.png">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XDEJ690Y75"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XDEJ690Y75');
</script>
</head>
<body>
<img src="zph.png" alt="Zero Ping Heroes Logo">
<h1>Zero Ping Heroes</h1>
<h2>Brighton's LAN Party Community</h2>
<p>
We've been throwing LAN parties in and around Brighton since 2007, and in 2013 we opened our doors (and network) to the public. We’re the largest and longest-running LAN community in Sussex – and we’d love for you to join us.
</p>
<p>
Join us on Discord to find out about our next event, and play games with us between events!
</p>
<video autoplay="autoplay" loop="loop" muted="">
<source src="timelapse.mp4" type="video/mp4">
<source src="timelapse.webm" type="video/webm">
</video>
<iframe src="https://discord.com/widget?id=178826401892270081&theme=dark" width="350" height="500" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</body>
</html>