-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
56 lines (54 loc) · 3.74 KB
/
404.php
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?php get_header(); ?>
<div class="o-layout-row">
<main class="o-wrapper-wide" role="main" itemscope itemprop="mainContentOfPage" itemtype="https://schema.org/WebPageElement">
<section class="editor-content">
<div class="c-404-layout alignwide">
<div>
<div>
<p><strong>404 error</strong></p>
<h1>Page not found</h1>
<p>Sorry, the page you are looking for does not exist.
Return to the <a href="<?php echo home_url(); ?>">homepage</a>.</p>
</div>
<form role="search" method="get" id="search-form" class="c-search-form" action="<?php echo home_url( '/' ); ?>">
<div>
<label for="s" class="u-visually-hidden">Search our site:</label>
<input type="search" id="s" name="s" value="" class="search-input" placeholder="Search our site" />
<button type="submit" id="search-submit" class="search-submit">Search</button>
</div>
</form>
</div>
<div>
<svg width="514" height="164" viewBox="0 0 514 164" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="101" cy="22" r="20" stroke="#667085" stroke-width="2"/>
<circle cx="101" cy="142" r="20" stroke="#667085" stroke-width="2"/>
<circle cx="21" cy="102" r="20" stroke="#667085" stroke-width="2"/>
<circle cx="141" cy="102" r="20" stroke="#667085" stroke-width="2"/>
<circle cx="193" cy="82" r="20" stroke="#667085" stroke-width="2"/>
<circle cx="313" cy="82" r="20" stroke="#667085" stroke-width="2"/>
<circle cx="253" cy="22" r="20" stroke="#667085" stroke-width="2"/>
<circle cx="253" cy="142" r="20" stroke="#667085" stroke-width="2"/>
<path d="M1 102C1 90.9543 9.9543 82 21 82H141C152.046 82 161 90.9543 161 102C161 113.046 152.046 122 141 122H21C9.9543 122 1 113.046 1 102Z" stroke="#667085" stroke-width="2"/>
<path d="M101 162C89.9543 162 81 153.046 81 142L81 22C81 10.9543 89.9543 2 101 2C112.046 2 121 10.9543 121 22L121 142C121 153.046 112.046 162 101 162Z" stroke="#667085" stroke-width="2"/>
<path d="M7.14214 115.995C-0.668351 108.184 -0.668351 95.5211 7.14214 87.7106L86.7107 8.1421C94.5212 0.331614 107.184 0.331607 114.995 8.14209C122.805 15.9526 122.805 28.6159 114.995 36.4264L35.4264 115.995C27.6159 123.805 14.9526 123.805 7.14214 115.995Z" stroke="#667085" stroke-width="2"/>
<circle cx="453" cy="22" r="20" stroke="#667085" stroke-width="2"/>
<circle cx="453" cy="142" r="20" stroke="#667085" stroke-width="2"/>
<circle cx="373" cy="102" r="20" stroke="#667085" stroke-width="2"/>
<circle cx="493" cy="102" r="20" stroke="#667085" stroke-width="2"/>
<path d="M353 102C353 90.9543 361.954 82 373 82H493C504.046 82 513 90.9543 513 102C513 113.046 504.046 122 493 122H373C361.954 122 353 113.046 353 102Z" stroke="#667085" stroke-width="2"/>
<path d="M453 162C441.954 162 433 153.046 433 142L433 22C433 10.9543 441.954 2 453 2C464.046 2 473 10.9543 473 22L473 142C473 153.046 464.046 162 453 162Z" stroke="#667085" stroke-width="2"/>
<path d="M359.142 115.995C351.332 108.184 351.332 95.5211 359.142 87.7106L438.711 8.1421C446.521 0.331614 459.184 0.331607 466.995 8.14209C474.805 15.9526 474.805 28.6159 466.995 36.4264L387.426 115.995C379.616 123.805 366.953 123.805 359.142 115.995Z" stroke="#667085" stroke-width="2"/>
<circle cx="253" cy="82" r="80" stroke="#667085" stroke-width="2"/>
<circle cx="253" cy="82" r="40" stroke="#667085" stroke-width="2"/>
<line x1="8.74228e-08" y1="1" x2="513" y2="1.00004" stroke="#667085" stroke-width="2"/>
<line x1="-8.74228e-08" y1="163" x2="513" y2="163" stroke="#667085" stroke-width="2"/>
</svg>
</div>
</div>
</section>
<!-- /editor-content -->
</main>
<!-- /container -->
</div>
<!-- /layout-row-->
<?php get_footer(); ?>