-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.php
More file actions
23 lines (22 loc) · 739 Bytes
/
404.php
File metadata and controls
23 lines (22 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php get_header(); ?>
<div class="o-single">
<div class="o-single__hero">
<div class="o-row">
<div class="o-row-container">
<h1 class="o-single__title">404</h1>
</div>
</div>
</div>
<div class="o-row">
<div class="o-row-container">
<div class="o-single__content">
<div class="o-single__tldr">
<p>
Nothing here
</p>
</div>
</div>
</div>
</div>
</div>
<?php get_footer();