OSDN Git Service

[add] : ブログを更新
[alterlinux/hayao.fascode.net.git] / buildmydist-2 / 404.php
1 <!DOCTYPE html>
2 <html lang="ja">
3 <head>
4
5     <?php
6         // ページ設定
7         $_GET["title"] = "トップページ";
8         $commonhtml = "${_SERVER['DOCUMENT_ROOT']}/buildmydist-2/commonhtml";
9
10         // 共通ファイルを読み込み
11         $domain = $_SERVER['HTTP_HOST'];
12         include("${commonhtml}/head.php");
13     ?>
14
15 </head>
16 <body>
17     <?php include("${commonhtml}/beforemain.php"); ?>
18
19     <main>
20         <h1>404 NOT FOUND !!</h1>
21         <p>
22             <img src="https://blog.fascode.net/wp-content/uploads/2020/04/result.png" alt="404 not found">
23         </p>
24         <p>
25             へんじがない。まちがったアドレスのようだ。
26         </p>
27     </main>
28
29     <?php include("${commonhtml}/aftermain.php"); ?>
30 </body>
31 </html>