We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db79b24 commit 9efeabfCopy full SHA for 9efeabf
maintenance/logo_maintenance.png
35.9 KB
maintenance/maintenance.html
@@ -0,0 +1,23 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+ <meta charset="utf-8">
5
+ <meta name="robots" content="noindex">
6
+
7
+ <style>
8
+ body { color: #333; background: white; width: 500px; margin: 100px auto; text-align: center; }
9
+ h1 { font: bold 47px/1.5 sans-serif; margin: .6em 0 }
10
+ p { font: 21px/1.5 Georgia,serif; margin: 1.5em 0 }
11
+ </style>
12
13
+ <title>ReCodEx | Maintenance</title>
14
+</head>
15
+<body>
16
+ <h1>We're Sorry</h1>
17
18
+ <p>The site is temporarily down for maintenance. Please try again in a few minutes.</p>
19
20
+ <img src="logo_maintenance.png">
21
+</body>
22
+</html>
23
0 commit comments