This repository was archived by the owner on Feb 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (54 loc) · 2.44 KB
/
Copy pathindex.html
File metadata and controls
57 lines (54 loc) · 2.44 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
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="https://goon.haus/">
<!-- <base href="https://goonskeep.github.io/website/"> -->
<link rel="icon" type="image/png" href="./assets/icon.png" />
<title>GK • Homepage</title>
<meta property="og:title" content="GK • Homepage" />
<meta property="og:site_name" content="Goon's Keep" />
<meta name="description"
content="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.">
<meta property="og:description"
content="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." />
<meta property="og:image" content="https://goon.haus/assets/icon.png" />
<meta property="og:url" content="http://goon.haus/" />
<meta name="author" content="https://goon.haus/humans.txt" />
<link rel="author" href="https://goon.haus/humans.txt" />
<link rel="stylesheet" type="text/css" href="./index.css">
</head>
<body>
<div id="header" class="tli space-between-row">
<img src="./assets/icon.png" style="margin-right: 1em;" />
<h3 class="primary">Goon's Keep</h3>
<div>
<p><a href="https://discord.goon.haus" class="d">
<img class="icon" src="assets/discord.png"> <span>Discord</span>
</a></p>
<p><a href="https://steamcommunity.com/groups/goonskeep" class="s">
<img class="icon" src="assets/steam.png"> <span>Steam Group</span>
</a></p>
</div>
</div>
<div id="content" class="tli primary">
<p>Hello there!</p>
<p>This home page isn't used for anything currently.</p>
<p>You may be looking for...</p>
<ul>
<li><a href="./motd.html">/motd</a>, the Message Of The Day page for our TTT server</li>
<li><a href="./bear/index.html">/bear/</a>, steven's discord bot</li>
<li><a class="d" href="https://discord.goon.haus/">https://discord.goon.haus/</a>, our discord server</li>
<li>You can connect to our ttt server with <code>connect ttt.goon.haus</code> in console or by our steam join link!
<ul>
<li><a href="steam://connect/ttt.goon.haus">steam://connect/ttt.goon.haus</a></li>
</ul>
</li>
</ul>
</div>
<div id="footer" class="tli">
<p>Copyright (c) 2019 Goon's Keep lololol</p>
</div>
</body>
</html>