diff options
author | Bryan Brattlof <hello@bryanbrattlof.com> | 2021-11-07 18:14:11 -0500 |
---|---|---|
committer | Bryan Brattlof <hello@bryanbrattlof.com> | 2021-11-07 18:14:11 -0500 |
commit | 729222ad572040240fbff671b3ec3235d0e8dcdf (patch) | |
tree | a4521de954cd4c9a8ea4d0fac2b79b4d059f8242 | |
parent | b4f520ba76be8cb0b849b4b5f24009e4c62f3be1 (diff) | |
download | bryanbrattlof.com-canon.tar.gz bryanbrattlof.com-canon.tar.bz2 |
Adding the better uptime link to my 5XX pages should give people
more context into what the problem is.
-rw-r--r-- | templates/mybad.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/templates/mybad.html b/templates/mybad.html index d032b63..bc2d4c3 100644 --- a/templates/mybad.html +++ b/templates/mybad.html @@ -24,10 +24,16 @@ <img src="{{SITEURL}}/{{THEME_STATIC_DIR}}/img/houston-we-have-a-problem.png" alt="something internal broke" > - <h1>500 Error</h1> + <h1>500 Error</h1> <p> - Sorry, don't know what just happened<br> - But my best men are on it + Sorry, don't know what just happened<br> + but my best men are on it. + </p> + <p> + In the meantime, this link may help<br> + <a href="https://status.bryanbrattlof.com/"> + https://status.bryanbrattlof.com/ + </a> </p> </div> </article> |