-
Notifications
You must be signed in to change notification settings - Fork 0
/
maintenance.html
19 lines (19 loc) · 1.01 KB
/
maintenance.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Foundry</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700">
</head>
<body>
<h1 style="text-align:center;margin-top:40vh"><span style="color: #F99F33;">The Foundry</span> is offline for maintenance.</h1>
<h2 style="text-align:center;">Our servers are currently down.</h2>
<h5 style="text-align:center;">
<a href="mailto:[email protected]">Email us if you think there's something wrong.</a>
</h5>
</body>
</html>