Files
snpr/public/maintenance.html
2018-01-28 10:57:38 -08:00

18 lines
307 B
HTML

<!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>