-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
33 lines (26 loc) · 1.04 KB
/
Copy patherror.html
File metadata and controls
33 lines (26 loc) · 1.04 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
30
31
32
<!--
____ __ ___ __ __
/ _ // / ___ __ __ / _ \ / / ___ __ ___/ /__
/ _ // /_/ -_)\ \/ / / , _// _ \/ _ \/ _ `/ _ (_-<
/_//_//___/\__/ /_/\_\ /_/\_//_//_/\___/\_,_/\_,_/___/
-->
<!--http://rhoadsa.81.github.io -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<link href="main.css" rel="stylesheet"/>
<link href="bootstrap.css" rel="stylesheet(2)"/>
<link rel="shortcut icon" href="https://lh6.googleusercontent.com/-nfVbyILQytU/VeczNAs0YiI/AAAAAAAAAiQ/ZykzBaQCaOI/s16-no/favicon.ico">
</head>
<body>
<div class="row" id="header">
<h1> <strong>Currently Fixing Issues</strong> </h1>
<h2> <strong>Check back later today or tomorrow, whichever occurs first </strong></h2>
<h2> Thank you for your patience </h2>
</div>
</body>
</html>