%PDF- %PDF-
Direktori : /usr/local/sakura-blog/themes/theme-basic/green/v1.1.3/templates/pages/ |
Current File : //usr/local/sakura-blog/themes/theme-basic/green/v1.1.3/templates/pages/not-found.php |
<?php require_once(__DIR__ . "/../../utils.php"); ?> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <?php if ($blog->meta_description !== "") { ?> <meta name="description" content="<?= sanitizeHTML(nl2empty($blog->meta_description)) ?>" /> <?php } ?> <link rel="stylesheet" href="/assets/css/error.css" type="text/css" /> <title><?= sanitizeHTML($blog->title) ?> | Not Found</title> </head> <body> <?= component("header", [ "blog" => $blog, ]) ?> <div class="layout"> <div class="layout__mv2"></div> <div class="content"> <div class="container"> <main class="main "> <div class="error-header"> <h1 class="error-header__title">お探しのページは見つかりませんでした</h1> <p class="error-header_message">あなたがアクセスしたページは削除されたかURLが変更されているため表示することができません。</p> </div> <div class="error-content"> <span class="error-content__status">404</span> <p class="error-content__message">ページが見つかりません</p> </div> </main> <aside class="widgets"> <?= component("blog-profile", $blog_profile) ?> <?= component("category-list", [ "categories" => $categories, ]) ?> <?= component("tag-list", [ "tags" => $tags, ]) ?> <?= component("archive-list", [ "archives" => $archives, ]) ?> </aside> </div> </div> </div> <?= component("breadcrumb", [ "items" => [ ["label" => "お探しのページは見つかりません", "is_current" => true], ], ]) ?> <?= component("footer", [ "blog" => $blog, "categories" => $categories, "tags" => $tags, ]) ?> </body> </html>