mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding meta refresh to maintenance page.
This commit is contained in:
parent
84bcb54ff2
commit
959fb172f1
1 changed files with 6 additions and 3 deletions
|
@ -7,7 +7,9 @@
|
|||
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE" />
|
||||
<META HTTP-EQUIV="EXPIRES" CONTENT="0" />
|
||||
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" />
|
||||
|
||||
|
||||
<meta http-equiv="refresh" content="30">
|
||||
|
||||
<meta name="robots" content="noindex"/>
|
||||
|
||||
<style>
|
||||
|
@ -77,8 +79,9 @@
|
|||
<img src="/media/img/logo_512.png" class="logo">
|
||||
<h1>NewsBlur is in <span class="error404">maintenance mode</span></h1>
|
||||
<div class="description">
|
||||
<p>This will take approximately 5-10 minutes. I'm upgrading Redis, which is throwing faults due to memory issues.</p>
|
||||
<p>To pass the time, go surf <a href="http://mlkshk.com/popular">MLKSHK's popular page</a>.</p>
|
||||
<p>This will take approximately 2-3 minutes. I'm upgrading the MongoDB server. This is standard issue maintenance and should cause no harm to the interstellar continuum.</p>
|
||||
<p>Ohh, and if you're reading this, make sure you reload NewsBlur (which you can do right now) to grab the latest real-time upgrades.</p>
|
||||
<p>To pass the time, go surf <a href="http://mlkshk.com/popular" target="_blank">MLKSHK's popular page</a>.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue