-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
21 lines (21 loc) · 907 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html wp-site wp-site-master-page="index.html">
<body>
<div wp-site-content>
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<section class="error-404 not-found">
<header class="page-header">
<h1 class="page-title">Oops! That page can’t be found.</h1>
</header>
<div class="page-content">
<p>It looks like nothing was found at this location. Maybe try a search?</p>
<div wp-get-search-form>search form</div>
</div>
</section>
</main>
<div wp-get-sidebar="content-bottom"></div>
</div>
<div wp-get-sidebar></div>
</div>
</body>
</html>