83 lines
3.4 KiB
HTML
83 lines
3.4 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="Matthias Martin-Chave">
|
|
|
|
<!-- 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="Solutions web écologiques - Matthias Martin-Chave" /> <!-- website name -->
|
|
<meta property="og:site" content="https://matthias.martin-chave.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/404/" /> <!-- 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="includes/style.css" media="screen">
|
|
<link rel="stylesheet" href="includes/print.css" media="print">
|
|
|
|
<!-- 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> |