error503.php 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html PUBLIC
  2. "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  7. <title>503 サービス休止中</title>
  8. <style type="text/css">
  9. /*<![CDATA[*/
  10. body {font-family:Verdana, 'メイリオ', Meiryo, 'MS Pゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif; font-weight:normal; color:black; background-color:white;}
  11. h1 {font-weight:normal;font-size:18pt;color:red }
  12. h2 {font-weight:normal;font-size:14pt;color:maroon }
  13. h3 {font-weight:bold;font-size:11pt}
  14. p {font-weight:normal;color:black;font-size:9pt;margin-top: -5px}
  15. .version {color: gray;font-size:8pt;border-top:1px solid #aaaaaa;}
  16. /*]]>*/
  17. </style>
  18. </head>
  19. <body>
  20. <h1>503 サービス休止中</h1>
  21. <p>
  22. このシステムは現在メンテナンス中です。また後で来てくださるようお願いします。
  23. </p>
  24. <p>
  25. ありがとうございます。
  26. </p>
  27. <div class="version">
  28. <?php echo date('Y-m-d H:i:s',$data['time']) .' '. $data['version']; ?>
  29. </div>
  30. </body>
  31. </html>