26 lines
759 B
HTML
26 lines
759 B
HTML
<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">
|
|
<h3>Quay is currently loading</h3>
|
|
<h4>
|
|
<p>Please wait and refresh the page shortly to try again.</p>
|
|
</h4>
|
|
</div>
|
|
</body>
|
|
</html>
|