|
|
@ -0,0 +1,29 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<html lang="en-US"> |
|
|
|
|
|
|
|
<head> |
|
|
|
<meta charset="utf-8" /> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" /> |
|
|
|
<title>Page not found - AO Coverage</title> |
|
|
|
<link rel="stylesheet" type="text/css" href="/static/index.css" /> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
|
<div id="top-half"> |
|
|
|
<div id="container"> |
|
|
|
<div id="logo"><img src="/favicon.ico" alt="logo" /></div> |
|
|
|
<h1 id="tagline">404</h1> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="bottom-half"> |
|
|
|
<div id="container"> |
|
|
|
<div id="smallcontent"> |
|
|
|
<p>Oops! The page you are looking for does not exist.</p> |
|
|
|
<p><a href="/">Visit the front page</a></p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</body> |
|
|
|
|
|
|
|
</html> |