<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Paheko</title> <style type="text/css"> body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding: 0; margin: 0; } fieldset, img { border: 0; } table { border-collapse: collapse; border-spacing: 0; } ol, ul { list-style: none; } caption, th { text-align: left; } h1 { font-size: 1.5em; } h2 { font-size: 1.35em; } h3 { font-size: 1.2em; } h4 { font-size: 1em; } body { background: #dbe3e2 no-repeat center -200px; color: #000; padding: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; padding-top: 50px; } article.content { max-width: 60em; margin: 0 auto 1em auto; clear: both; } article.content h1 { color: #003380; border-bottom: .1em solid #003380; margin-bottom: .7em; text-align: center; } article.short { text-align: center; } article.content p { margin-bottom: .8em; } figure { margin: 2em 0; } figure img { max-width: 90%; } </style> </head> <body class="redir"> <header class="main"></header> <article class="content short"> <h1>Page non trouvée</h1> <p>Cette page n'existe pas.</p> <p><a href="https://paheko.cloud/">Retour au site</a></p> <figure> </figure> </article> <script type="text/javascript" defer="defer"> var url = 'https://paheko.cloud/static/pko/bd0X.png'; var f = document.querySelector('figure'); var i = [1, 2, 3, 4][Math.floor(Math.random()*4)]; var img = document.createElement('img'); img.src = url.replace(/X/, i); img.alt = ''; f.appendChild(img); </script> </body> </html>