-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path50x.html
More file actions
23 lines (21 loc) · 861 Bytes
/
50x.html
File metadata and controls
23 lines (21 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>50x 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>Error</h1>
</div><!-- /header -->
<div data-role="content">
<h1>Something's gone wrong...</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><!-- /page -->
</html>