-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.php
42 lines (32 loc) · 982 Bytes
/
error.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Columbidae Archive</title>
<meta name="description" content="The ultimate Columbidae database!">
<meta name="keywords" content="Columbidae, Pigeon, Dove">
<link href="./css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrapper">
<div id="header">
<div class="top_banner">
<h1>COLUMBIDÆ</h1>
<p>The Columbidae Family Database</p>
</div>
</div>
<div id="page_content">
<div class="left_side_bar back_nav">
<div class="col_1">
<h1><a href="./index.php">Home</a></h1>
</div>
</div>
<div class="right_section">
<p>Unfortunantly a problem was encountered and the page could not be loaded.</p>
</div>
<div class="clear"></div>
<div id="footer">Copyright © 2020. Page Designed by <a href="http://www.htmltemplates.net" target="_blank">htmltemplates.net</a><br>
</div>
</div>
</div>
</body></html>