jonnybarnes.uk/resources/views/errors/503.blade.php

33 lines
703 B
PHP
Raw Normal View History

2016-05-19 15:01:28 +01:00
<!DOCTYPE html>
<html>
<head>
<title>Be right back.</title>
<style>
html, body {
height: 100%;
}
body {
margin: 0;
padding: 0;
width: 100%;
color: #B0BEC5;
display: table;
font-weight: 100;
2017-02-16 10:02:58 +00:00
font-family: sans-serif;
2016-05-19 15:01:28 +01:00
vertical-align: middle;
}
.title {
font-size: 72px;
2017-02-16 10:02:58 +00:00
margin-top: 10rem;
text-align: center;
2016-05-19 15:01:28 +01:00
}
</style>
</head>
<body>
2017-02-16 10:02:58 +00:00
<div class="title">Be right back.</div>
2016-05-19 15:01:28 +01:00
</body>
</html>