-
Notifications
You must be signed in to change notification settings - Fork 3
/
error.html
23 lines (23 loc) · 890 Bytes
/
error.html
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>
<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>Oh noes!!</h3>
<h4> You would think an error has occurred. But no: ZERO BUG TOLERANCE!!</h4>
<img src="images/nobugz.JPG" alt="Nothing to see here."/>
<p> </p>
<p>Please contact the owner of this site for assistance</p>
</div>
</body>
</html>