-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.php
More file actions
26 lines (24 loc) · 1.3 KB
/
404.php
File metadata and controls
26 lines (24 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/**
* The template for displaying 404 pages (Not Found)
*
* @package WordPress
* @subpackage Little_Fish
* @since BABYSSB 1.0
*/
get_header(); ?>
<header class="page__header">
<div class="container">
<h1 itemprop="headline" class="text-cursive"><i class="fas fa-heart" aria-hidden="true"></i> 404 Not Found.</h1> </div>
</header>
<div class="container">
<div class="text-center entry-content">
<h2 class="title-heart title-heartbreak">Page 404 Not Found.<br>ご指定のページが見つかりませんでした。</h2>
<p>このページのURL:<span class="has-crimson-color">http://sweethoney.great-site.net/</span></p>
<p>アクセスしようとしたページは削除、変更されたか、現在利用できない可能性があります。</p>
<p>ブラウザの再読込を行ってもこのページが表示される場合は、お手数をおかけしますがトップページ、<br>またはメニューよりおさがしいただきますようお願いいたします。</p>
<p class="my-5" ><a href="http://sweethoney.great-site.net/" class="btn btn-default"><i class="fas fa-chevron-right fa-sm"></i> トップページへ</a></p>
</div>
</div>
<p class="pagetop"><i class="fas fa-arrow-up" aria-hidden="true"></i></p>
<?php get_footer(); ?>