-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
46 lines (38 loc) · 1.8 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
<html>
<head>
<title>Hack the Police 4</title>
<meta property="og:type" content="website" />
<meta property="og:title" content="Hack the Police 4: Detect the undetected!" />
<meta property="og:url" content="https://hackthepolice.com" />
<meta property="og:description" content="Hack the Police is the annual crime fighting hackathon from Police Rewired. Join us in mid September for a weekend of fun, building new tools to investigate crime." />
<meta property="og:image" content="https://hackthepolice.com/poster.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Hack the Police 4: Detect the undetected!" />
<meta name="twitter:description" content="Hack the Police is the annual crime fighting hackathon from Police Rewired. Join us in mid September for a weekend of fun, building new tools to investigate crime." />
<meta name="twitter:url" content="https://hackthepolice.com" />
<meta name="twitter:image" content="https://hackthepolice.com/poster.jpg" />
<style>
body {
color: white;
}
a {
color: skyblue;
}
.centered {
position: fixed;
top: 50%;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%, -50%);
}
</style>
<meta http-equiv="refresh" content="0; url=https://htp4.policerewired.org/" />
</head>
<body style="background-color: #222222">
<div class="centered" style="text-align: center;">
<img src="logo.png" style="width: 156px; height: 180px;" />
<br/><br/>
<a href="https://htp4.policerewired.org">htp4.policerewired.org</a>
</div>
</body>
</html>