flip-cohen/templates/404.html

29 lines
1.1 KiB
HTML
Raw Permalink Normal View History

2022-05-02 16:30:13 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Flip Noorman | Zingt Leonard Cohen</title>
<link rel="stylesheet" href="/static/css/index.css?v4">
<link rel="icon" type="image/png" href="/static/img/favicon.png" />
</head>
<body>
<nav class="nav open">
<div class="nav__section nav__left">
<a href="/">Zingt Leonard Cohen</a>
</div>
<div class="nav__section nav__right">
<a href="/love-it">Love It!</a>
<a href="/albums">Albums</a>
</div>
</nav>
<div class="c-page-section">
<div class="c-page-section__content" style="text-align: center;">
<h1 style="font-size: 200px; font-weight: bold; margin-top: 100px;">404</h1>
<p class="t-p1">De pagina die je probeert te bezoeken bestaat niet (meer).</p>
<p class="t-p1"><a href="/" class="t-p1 t-p1--invert">Naar home</a></p>
</div>
</div>
</body>
</html>