-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.php
More file actions
29 lines (27 loc) · 1.02 KB
/
error.php
File metadata and controls
29 lines (27 loc) · 1.02 KB
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
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<title>Error | Breadbin</title>
<link href="css/common.css" rel="stylesheet" type="text/css">
<link href="css/index.css" rel="stylesheet" type="text/css">
<link href="css/vendor/normalize.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="img/favicon.png" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/vendor/jquery.cookie.js"></script>
</head>
<body>
<div id="mainLogo">
<img src="/img/logo.png">
</div>
<div id="mid" style="height:230px;">
<div class="login">
<div id="header">We're sorry!</div>
<div class="textContainer">
<p>Breadbin requires Javascript to have full functionality, which you seem not to have enabled.</p>
<p>To try again, click <a href="index.php">here</a>.</p>
</div>
</div>
</div>
</body>
</html>