diff options
author | P. J. McDermott <pehjota> | 2014-04-16 17:19:31 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-04-16 17:19:31 (EDT) |
commit | 73b29ce693335ae03c506c9aeb9639e393df2ff3 (patch) | |
tree | 409471b1a0fa17ea95cb5d58f69275418f407f14 | |
parent | cc11099960cfdd8fb7892d0d25511136715d2384 (diff) |
templates/page.tmpl: Add notice about subnet move.
-rw-r--r-- | templates/page.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 57023d4..8956152 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -44,6 +44,14 @@ </nav> <div class="main"> <div class="sidebar"> + <div> + <h1 style="color: #FF3F00;">Notice</h1> + <div> + <p style="color: #FF3F00;"> + The server providing proteanos.com services will be moving to a new network sometime during the week of 2014-04-21. There will be at least a few minutes of downtime, and DNS records will be updated. More details will be posted soon. + </p> + </div> + </div> <TMPL_IF HAVE_ACTIONS> <div> <h1>Wiki</h1> |