site-pro/404.html

82 lines
3.3 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">
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq = window._paq || [];
_paq.push([function() {
var self = this;
function getOriginalVisitorCookieTimeout() {
var now = new Date(),
nowTs = Math.round(now.getTime() / 1000),
visitorInfo = self.getVisitorInfo();
var createTs = parseInt(visitorInfo[2]);
var cookieTimeout = 33696000; // 13 mois en secondes
var originalTimeout = createTs + cookieTimeout - nowTs;
return originalTimeout;
}
this.setVisitorCookieTimeout( getOriginalVisitorCookieTimeout() );
}]);
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setDomains", ["*.matt.marcha.pro","*.https//matthias.martin-chave.pro"]]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//stats.marcha.pro/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '3']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</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>