Files
spa-api/resources/views/errors/503.blade.php

63 lines
1.5 KiB
PHP
Raw Normal View History

2015-06-11 12:43:52 +02:00
<!DOCTYPE html>
<html lang="en">
2015-02-22 20:47:03 -06:00
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
2015-05-22 15:42:17 -05:00
<title>Laravel</title>
2014-12-08 09:31:31 -06:00
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css">
<!-- Styles -->
2015-02-22 20:47:03 -06:00
<style>
2015-06-11 13:18:02 +02:00
html, body {
background-color: #fff;
color: #636b6f;
font-family: 'Raleway', sans-serif;
font-weight: 100;
height: 100vh;
margin: 0;
2015-06-11 13:18:02 +02:00
}
.full-height {
height: 100vh;
2015-02-22 20:47:03 -06:00
}
2014-12-08 09:31:31 -06:00
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.top-right {
position: absolute;
right: 10px;
top: 18px;
2015-02-22 20:47:03 -06:00
}
2014-12-08 09:31:31 -06:00
2015-02-22 20:47:03 -06:00
.content {
text-align: center;
}
2014-12-08 09:31:31 -06:00
2015-02-22 20:47:03 -06:00
.title {
font-size: 84px;
2015-02-22 20:47:03 -06:00
}
</style>
</head>
<body>
<div class="flex-center position-ref full-height">
2015-02-22 20:47:03 -06:00
<div class="content">
<div class="title">
Be right back.
</div>
2015-02-22 20:47:03 -06:00
</div>
</div>
</body>
2014-12-08 09:31:31 -06:00
</html>