public
Authored by avatar doekia

maintenance.html

Edited
maintenance.html 1.05 KiB
<!doctype html>
<head><meta charset="utf-8"/></head>
<!--
  # .htaccess
  #
  RewriteEngine On
  RewriteCond %{REQUEST_URI} !/maintenance.html$ [NC]
  RewriteRule .* /maintenance.html [L]
-->
<title>Maintenance du site</title>
<style>
  body { text-align: center; padding: 20px; }
  @media (min-width: 768px){
    body{ padding-top: 150px; }
  }
  h1 { font-size: 50px; }
  body { font: 20px Helvetica, sans-serif; color: #333; }
  article { display: block; text-align: left; max-width: 650px; margin: 0 auto; }
  a { color: #dc8100; text-decoration: none; }
  a:hover { color: #333; text-decoration: none; }
</style>

<article>
    <h1>Nous revenons dans quelques instants</h1>
    <div>
        <p>D&eacute;sol&eacute;, nous proc&eacute;dons &agrave; une importante op&eacute;ration de maintenance dans le but de vous offrir une meilleure exp&eacute;rience sur notre site! Nous faisons de notre mieux pour &eacute;courter cette interruption et nous revenons tr&egrave;s bient&ocirc;t.</p>
        <p>&mdash; L'&eacute;quipe</p>
    </div>
</article>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment