Pony.fm/resources/views/errors/503.blade.php

76 lines
2.3 KiB
PHP
Raw Normal View History

{{--
Pony.fm - A community for pony fan music.
2018-04-21 06:25:36 +02:00
Copyright (C) 2015 Feld0
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
2016-07-18 02:46:17 +02:00
--}}
<!DOCTYPE html>
2015-08-30 13:22:00 +02:00
<html>
<head>
<title>Be right back.</title>
2016-07-18 02:46:17 +02:00
<link href="//fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
2015-08-30 13:22:00 +02:00
<style>
html, body {
height: 100%;
}
body {
margin: 0;
padding: 0;
width: 100%;
2016-07-18 02:46:17 +02:00
color: #292929;
2015-08-30 13:22:00 +02:00
display: table;
2016-07-18 02:46:17 +02:00
font-weight: 700;
font-family: 'Roboto', Arial, sans-serif;
2015-08-30 13:22:00 +02:00
}
.container {
text-align: center;
display: table-cell;
vertical-align: middle;
}
.content {
text-align: center;
display: inline-block;
}
.title {
2016-07-18 02:46:17 +02:00
font-size: 50px;
margin-bottom: 20px;
}
p {
font-weight: 400;
font-size: 16px;
}
.art {
width: 75%;
2015-08-30 13:22:00 +02:00
}
</style>
</head>
<body>
<div class="container">
<div class="content">
2016-07-18 02:46:17 +02:00
<img class="art" src="//67.media.tumblr.com/a4f77fa596545e84b438fd637086ccc0/tumblr_o40hjpQLUd1uwvmjvo1_1280.png">
<div class="title">We're down for maintenance</div>
<p>Sorry! Pony.fm is not available right now. Please check <a href="https://status.poniverse.io/" target="_blank">status.poniverse.io</a> for details.</p>
2015-08-30 13:22:00 +02:00
</div>
</div>
</body>
</html>