Add maintenance page (#484)

This commit is contained in:
Helge Rausch
2018-01-28 19:57:38 +01:00
committed by Bastian Greshake Tzovaras
parent f7dd34f49c
commit 2679d7e5a8

17
public/maintenance.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>OpenSNP is down for maintenance</title>
</head>
<body>
<style>
h1 {
color:#0069d6;
}
</style>
<center>
<h1>openSNP</h1>
<h3>We are working on something. Please check again later.</h3>
</center>
</body>
</html>