<html> <head> <title>Quay Loading</title> <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"> <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css"> <link href='//fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'> <style type="text/css"> .information { padding: 30px; text-align: center; } .information h3 { margin-bottom: 20px; } </style> </head> <body> <div class="information"> <img src="/static/img/Quay_horizontal_color.svg" style="max-height: 50px;"> <h3>Quay is currently loading</h3> <h4> <p>Please wait and refresh the page shortly to try again.</p> </h4> </div> </body> </html>