forked from TheSudoersClub/thesudoersclub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (37 loc) · 723 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-610202BWZX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-610202BWZX');
</script>
<title>The Sudoers Club</title>
<style>
* {
margin: 0;
padding: 0;
}
html {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: black;
text-align: center;
}
h1 {
color: white;
}
</style>
</head>
<body>
</body>
<div>
<img src="alpha.png">
<h1>Will be live soon...</h1>
</div>
</html>