-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<title>You might be in the right place, who knows ...</title>
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about/index.html">About</a></li>
<li><a href="/cv/index.html">CV</a></li>
<li><a href="/blog/index.html">Blog</a></li>
<li><a href="/htb/index.html">HTB</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1 style="text-align:center;">Hi there! Welcome to the w4nntaland!</h1>
<img src="/pics/creeper.jpg" alt="a creepy creeper" class="center">
<h1 style="text-align:center;">Don't freak out by that creeper, he's really friendly! Get to know more about me <a href="/about/index.html">here</a></h1>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="https://github.com/4nnta">github.com/4nnta</a></li>
</ul>
</footer>
</body>
</html>