implement simple maintenance switch
[pharext/pharext.org] / app / views / 503.phtml
1 <?php $this->layout("layout") ?>
2
3 <div class="page-header">
4 <h1>Service unavailable <small>503</small></h1>
5 </div>
6
7
8 <div class="alert alert-warning" role="alert">
9 <strong>We're down for maintenance!</strong>
10 <br>
11 Sorry &amp; keep tuned!
12 </div>