diff options
| author | Christian Cleberg <[email protected]> | 2024-05-22 15:08:43 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-05-22 15:08:43 -0500 |
| commit | 29a34f1323e1e98bd56e72b0bb132f8f79a0f208 (patch) | |
| tree | 7fad0f3f74dd95aa37be87e559719fd4709dfb0a /templates/index.html | |
| parent | 78d5e0aca2dc23ffb953533fc5531f383606bf2c (diff) | |
| download | cleberg.net-29a34f1323e1e98bd56e72b0bb132f8f79a0f208.tar.gz cleberg.net-29a34f1323e1e98bd56e72b0bb132f8f79a0f208.tar.bz2 cleberg.net-29a34f1323e1e98bd56e72b0bb132f8f79a0f208.zip | |
move service outage banner alert so it appears on all pages
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/index.html b/templates/index.html index 4156a38..ef815dc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,12 +1,5 @@ {% extends "base.html" %} {% block content %} <section> - <div class="alert"> - <b><u>Service Outage</u></b - >: Please note that all services and subdomains on - <code>cleberg.net</code> will be unavailable for a few days. - </div> -</section> -<section> <h1>cleberg.net</h1> <pre>pub rsa4096 2022-11-16 [SC] <a href="/gpg.txt">3917 973F B159 BBB8 6194 5385 6945 1A51 7AC0 CB37</a> |
