-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
32 lines (28 loc) · 1.33 KB
/
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
24
25
26
27
28
29
30
31
32
<html>
<head>
<title>BBDC | Error</title>
<link rel="icon" href="image/favicon.ico" type="image/x-icon">
<link href="css/material_icons.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/mycss.css" media="screen,projection"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
</head>
<body>
<div class="container">
<div class="red-text center-align">
<h1>That's an error.</h1>
</div>
<div class="black-text center-align">
<h4>The server encountered a temporary error and couldn't complete your request.</h4>
<h4>Please try again in 1 minute.</h4>
<h6>That's all we know.</h6>
</div>
<div class="center-align">
<br />
<a href="https://bbdc2.000webhostapp.com" class="btn-floating btn-large blue darken-4 tooltipped" data-position="bottom" data-delay="50" data-tooltip="Reload"><i class="material-icons"></i></a>
</div>
</div>
</body>
</html>