diff options
Diffstat (limited to 'templates')
-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> |