mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-17 17:38:07 +00:00
21 lines
388 B
HTML
21 lines
388 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Internal Server Error (500)</title>
|
|
</head>
|
|
|
|
<body>
|
|
<style>
|
|
a{
|
|
text-decoration:none;
|
|
color:#0069d6;
|
|
}
|
|
</style>
|
|
<center>
|
|
<h1><a href="http://www.opensnp.org">openSNP</a></h1>
|
|
<h3>500: Something broke.<br/> If it keeps on doing this, please send us an e-mail: {info at opensnp dot org}.</h3>
|
|
</center>
|
|
|
|
</body>
|
|
</html>
|