Update maintenance.blade.php
This commit is contained in:
parent
4a668e01aa
commit
2259c63899
|
|
@ -9,15 +9,14 @@
|
||||||
<meta content="Currently under maintenance." property="og:description" />
|
<meta content="Currently under maintenance." property="og:description" />
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background: black;
|
background: black !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: black;
|
background: black !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<h1 style="color: #ffffff">Oh Noes! ARCHBLOX is currently under maintenance.</h1>
|
<h1 style="color: #ffffff">Oh Noes! ARCHBLOX is currently under maintenance.</h1>
|
||||||
<p style="color: #ffffff">ARCHBLOX will be back soon, so please be patient.</p>
|
<p style="color: #ffffff">ARCHBLOX will be back soon, so please be patient.</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue