website/404.html
2023-06-25 17:53:25 +02:00

65 lines
1.5 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/franklin.css">
<link rel="stylesheet" href="/css/basic.css">
<link rel="icon" href="/assets/favicon.png">
<title>404</title>
<meta name="description" content="Laurent Fainsin's personnal website">
<meta property="og:title" content="404">
<meta property="og:description" content="Laurent Fainsin's personnal website">
<meta property="og:url" content="https://laurent.fainsin.bzh/">
</head>
<body>
<header>
<div class="blog-name"><a href="/">Laurent Fainsin</a></div>
<nav>
<ul>
<li><a href="/">Whoami</a></li>
<li><a href="/projects">Projects</a></li>
</ul>
<img src="/assets/hamburger.svg" id="menu-icon" alt="menu-icon" />
</nav>
</header>
<!-- Content appended here -->
<div class="franklin-content">
<div style="margin-top: 40px; font-size: 40px; text-align: center;">
<br>
<div style="font-weight: bold;">
404
</div>
<br>
<br>
The requested page was not found
<br>
<br>
<br>
<br>
<div style="margin-bottom: 300px; font-size: 24px">
<a href="/">Click here</a> to go back to the homepage.
</div>
</div>
<div class="page-foot">
Last modified: June 25, 2023. Website built with
<a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a>.
</div>
</div><!-- CONTENT ENDS HERE -->
</body>
</html>