site-pro/404.html

51 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=320, initial-scale=1", shrink-to-fit=no">
<!-- SEO Meta Tags -->
<meta name="description" content="404 - La ressource demandée n'existe pas">
<meta name="author" content="Matt Marcha">
<!-- OG Meta Tags to improve the way the post looks when you share the page on LinkedIn, Facebook, Google+ -->
<meta property="og:site_name" content="Matt Marcha, solutions web écologiques" /> <!-- website name -->
<meta property="og:site" content="https://matt.marcha.pro" /> <!-- website link -->
<meta property="og:title" content="404"/> <!-- title shown in the actual shared post -->
<meta property="og:description" content="Erreur 404 - La ressource demandée n'existe pas" /> <!-- description shown in the actual shared post -->
<meta property="og:image" content="https://matt.marcha.pro/images/coverimage.jpg" /> <!-- image link, make sure it's jpg -->
<meta property="og:url" content="https://matt.marcha.pro/" /> <!-- where do you want your post to link to -->
<meta property="og:type" content="website" />
<!-- Website Title -->
<title>Solutions web écologiques - Matt Marcha</title>
<!-- Favicon -->
<link rel="icon" href="images/favicon.svg">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="err404">
<h1 style="display: none;">Erreur 404</h1>
<div class="half white">
<p class="err404">404</span></p>
</div>
<div class="half blue">
<p class="err404">404</p>
</div>
</header>
<section class="err404">
<p>Il n'y a pas grand chose ici. <br />On retourne à l'<a href="/">accueil</a> ?</p>
</section>
<footer class="err404">
<div class="copyright">
<p>Copyright © 2020 <a href="https://matt.marcha.pro">Matt Marcha</a></p>
</div>
</footer>
</body>
</html>