mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-17 17:38:07 +00:00
Add maintenance page (#484)
This commit is contained in:
committed by
Bastian Greshake Tzovaras
parent
f7dd34f49c
commit
2679d7e5a8
17
public/maintenance.html
Normal file
17
public/maintenance.html
Normal 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>
|
||||
Reference in New Issue
Block a user