Modernized website look
This commit is contained in:
@@ -10,16 +10,19 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a href='/'>Johannes Olzem's Webspace</a>
|
||||
<a href='/' class='home-ref'>
|
||||
<img src='/assets/logo.png' alt='Johannes Olzem'>
|
||||
<span>Johannes Olzem</span>
|
||||
</a>
|
||||
<nav>
|
||||
<a href='/blog/'>Blog</a>
|
||||
<a href='/about/'>About Me</a>
|
||||
<a href='/contact/'>Contact</a>
|
||||
</nav>
|
||||
</header>
|
||||
<nav>
|
||||
<a href='/blog/'>Blog</a>
|
||||
<a href='/about/'>About Me</a>
|
||||
<a href='/contact/'>Contact</a>
|
||||
</nav>
|
||||
<main>
|
||||
<main class='full'>
|
||||
<h1>404 Error</h1>
|
||||
<p>The page you requested couldn't be found. </p>
|
||||
<p style='text-align: center;'>The page you requested couldn't be found. </p>
|
||||
<a href='/'>Return to homepage</a>
|
||||
</main>
|
||||
<footer>
|
||||
|
||||
Reference in New Issue
Block a user