openSNP/snpr

View on GitHub
public/maintenance.html

Summary

Maintainability
Test Coverage
<!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>