forked from stormpath/idsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
21 lines (21 loc) · 771 Bytes
/
error.html
File metadata and controls
21 lines (21 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Error</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link href="//fonts.googleapis.com/css?family=Open+Sans:300italic,300,400italic,400,600italic,600,700italic,700,800italic,800" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<div class="container text-center">
<p> </p>
<p> </p>
<h3 wd-error-message>Sorry, an error has occurred</h3>
<p> </p>
<p>Please contact the owner of this site for assistance</p>
</div>
</body>
</html>