-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (51 loc) · 1.59 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE HTML>
<html lang="en">
<header>
<meta charset="utf-8">
<title>DeCoded_Void</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<style type="text/css">
html {
background: url("./resources/background.png") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
@media screen and (max-width: 1081px) {
.geo_art{
width:50%;
}
}
</style>
<link rel="stylesheet" href="style.css">
<ul class="navbar">
<li class="left"><a class="mylogo"><img src="./resources/logo.png" alt="VOID" height="20" class="logo" onclick="window.location.href='http://www.decodedvoid.com'"></a></li>
<li class="right"><a href="./pages/contactme.html">Contact Me</a></li>
<li class="right"><a href="./pages/about.html">About</a></li>
<li class="right"><a href="./pages/goodies.html">Goodies</a></li>
</ul>
</header>
<body>
<h1>
<br>
Welcome to DeCoded_Void's website,
<br>
the most useless place on the internet.
</h1>
<h4>
<br>
Look, I know how you got here, you saw my domain and thought to put it in the url and somehow ended up here.
<br>
Not sure what your goal here was, so um hi. This was a website created in like an hour for this domain.
<br>
I bought this domain with the intent to create a bunch of subdomains for gaming servers and url shorteners.
<br>
Best way to reach me is through discord.
<br>
</h4>
<p style="text-align:center;">
<img class="geo_art" src="./resources/index/Menacing.png" width="25%">
</p>
</body>
</html>