You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
651B

  1. <!doctype html>
  2. <title>Site en maintenance</title>
  3. <style>
  4. body { text-align: center; padding: 150px; }
  5. h1 { font-size: 40px; }
  6. body { font: 20px Helvetica, sans-serif; color: #333; }
  7. article { display: block; text-align: left; width: 650px; margin: 0 auto; }
  8. a { color: #dc8100; text-decoration: none; }
  9. a:hover { color: #333; text-decoration: none; }
  10. </style>
  11. <article>
  12. <h1>Souke est en maintenance</h1>
  13. <div>
  14. <p>Le site sera bientôt accessible, merci pour votre patience.<br />
  15. Si besoin, vous pouvez <a href="<?= Yii::$app->params['adminEmail']; ?>">me contacter</a>.</p>
  16. </div>
  17. </article>