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

32 lines
703 B
PHP

<!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;
font-family: sans-serif;
vertical-align: middle;
}
.title {
font-size: 72px;
margin-top: 10rem;
text-align: center;
}
</style>
</head>
<body>
<div class="title">Be right back.</div>
</body>
</html>