選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

18 行
658B

  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="mailto:<?= Yii::$app->params['adminEmail']; ?>">me contacter</a>.</p>
  16. </div>
  17. </article>