initial commit
This commit is contained in:
Executable
+34
@@ -0,0 +1,34 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Johannes Olzem</title>
|
||||
<meta name="description" content="Johannes Olzem's Webspace.">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="icon" href="/favico.ico">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root">
|
||||
<header>
|
||||
<h1>Johannes Olzem's Webspace</h1>
|
||||
</header>
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="#">Blog</a>
|
||||
<a href="/about/">About Me</a>
|
||||
<a href="/contact/">Contact</a>
|
||||
<a href="/donate/">Donate</a>
|
||||
</nav>
|
||||
<main>
|
||||
<h2>No Blog entries yet! Check back later.</h2>
|
||||
<!--<h2>Blog</h2>
|
||||
<div class="blog-entries">
|
||||
<a href=""></a>
|
||||
</div>-->
|
||||
</main>
|
||||
<footer>
|
||||
<h6><a href=""><script>document.write(window.location.href);</script></a></h6>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user