-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage_not_found.php
executable file
·19 lines (19 loc) · 1.06 KB
/
page_not_found.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php defined('AUTOMAD') or die('Direct access not permitted!'); ?>
<@ elements/header.php @>
<div class="content uk-block">
<p class="uk-margin-top uk-margin-bottom">
<svg class="bi bi-exclamation-triangle" width="5em" height="5em" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M7.938 2.016a.146.146 0 00-.054.057L1.027 13.74a.176.176 0 00-.002.183c.016.03.037.05.054.06.015.01.034.017.066.017h13.713a.12.12 0 00.066-.017.163.163 0 00.055-.06.176.176 0 00-.003-.183L8.12 2.073a.146.146 0 00-.054-.057A.13.13 0 008.002 2a.13.13 0 00-.064.016zm1.044-.45a1.13 1.13 0 00-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z" clip-rule="evenodd"/>
<path d="M7.002 12a1 1 0 112 0 1 1 0 01-2 0zM7.1 5.995a.905.905 0 111.8 0l-.35 3.507a.552.552 0 01-1.1 0L7.1 5.995z"/>
</svg>
</p>
<h1 class=" uk-margin-large-bottom">
404
—
Page not found
</h1>
<div class="uk-margin-large-bottom">
<a href="/" class="uk-button">Back Home</a>
</div>
</div>
<@ elements/footer.php @>