-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (37 loc) · 1.53 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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<!--
The Krell were an advanced alien race who built a vast underground computer
complex on a planet called Altair IV, powered by thermonuclear reactors. The
machines were so reliable and self-sufficient that they continued to function
thousands of years after the Krell had left behind their corporeal existence.
https://en.wikipedia.org/wiki/Krell
-->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>The Krellian Network</title>
<link rel="icon" href="images/icon.svg" />
<link rel="stylesheet" type="text/css" href="css/index.css?v=1" />
<link rel="stylesheet" media="(max-width: 959px)" href="css/index-mobile.css?v=1" />
<meta name="description" content="The Krellian network." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Krellian" />
<meta property="og:title" content="The Krellian Network" />
<meta property="og:description" content="The Krellian network." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://krellian.net" />
<meta property="og:image" content="https://krellian.net/images/banner.png" />
</head>
<body>
<header>
</header>
<main>
<img id="logo" src="images/logo.svg" alt="krellian.net"/>
<p>The Krellian network.</p>
</main>
<footer>
<a href="https://krellian.com">© Krellian Ltd.</a>
</footer>
</body>
</html>