mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-18 01:39:01 +00:00
18 lines
307 B
HTML
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>
|