-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.php
More file actions
37 lines (34 loc) · 968 Bytes
/
Copy patherror.php
File metadata and controls
37 lines (34 loc) · 968 Bytes
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
<!DOCTYPE html>
<?php
$title = "Dan Jeffrey";
include '../header.php';
?>
<h1>
<span>Missing URL</span>
</h1>
<h2>Ext--#######---ra</h2>
<div class="info-container">
<div class="inner-border clear-fix">
<h2 class="info-top">Page Not Found Error (HTML 404 Error)</h2>
<div>
<h3>If you're a <strong>visitor</strong> and not sure what happened:</h3>
<ol>
<li>
1) You entered or copied the URL incorrectly or
</li>
<li>
2) The link you used to get here is faulty.
</li>
<li>
3) Dan Jeffrey provided an incorrect URL. Please contact me.
</li>
</ol>
<p>Please return to the top level page.</p>
<em>Git is great</em>
</div>
</div>
</div>
<!-- end div, class = main -->
<?php
include '../footer.php';
?>