forked from vporwal/maps-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
25 lines (24 loc) · 1.08 KB
/
404.html
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
<!DOCTYPE html>
<html>
<head>
<title>404 Error</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="/css/jquery.mobile-1.1.1.min.css" />
<link rel="stylesheet" href="/css/jqm-custom.css" />
<script src="/src/jquery/jquery-1.7.1.min.js"></script>
<script src="/src/jquery/jquery.mobile-1.1.1.min.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header" data-position="fixed" data-tap-toggle="false" data-fullscreen="false">
<h1>404 page not found... </h1>
</div><!-- /header -->
<div data-role="content">
<h1>Lost?</h1>
<p>Perhaps you'd like to get back somewhere you know. <a href="/index.html" data-role="button" data-inline="true">Home</a> </p>
</div><!-- /content -->
<div data-role="footer" class="footer" data-theme="c" data-position="fixed">
<p>© 2014 Glenorchy City Council <a href="http://creativecommons.org/licenses/by/3.0/au/"><img src="/images/CCBY_88x31.png" align="right"></a></p>
</div>
</div><!-- /page -->
</html>