Skip to content

Commit 9efeabf

Browse files
committed
Add ReCodEx maintenance page
1 parent db79b24 commit 9efeabf

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

maintenance/logo_maintenance.png

35.9 KB
Loading

maintenance/maintenance.html

+23
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)