This repository has been archived by the owner on Mar 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path503.html
40 lines (36 loc) · 1.56 KB
/
503.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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>503 Service Unavailable</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/css/materialize.min.css">
</head>
<body>
<div class="container">
<br /><br /><br />
<div class="row">
<div class="col s12 m2">
</div>
<div class="col s12 m8">
<div class="card deep-orange darken-4 hoverable">
<div class="card-content white-text">
<span class="card-title">Service Unavailable</span>
<p>The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</p><br />
<p>You've likely encountered this error because our registration system is down. At the moment, this should not be an issue: we are actively
developing our system and high downtime is expected. <b>Registrations are officially closed at this time</b>.</p>
</div>
<div class="card-action">
<a href="mailto:[email protected]">Contact Administrator</a>
<a href="http://opennic.o/">See OpenNIC.o</a>
</div>
</div>
</div>
<div class="col s12 m2">
</div>
</div>
</div>
</body>
</html>