figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit dedfb5609db024d2aeb1f1a181e421102bedeb98
parent 96d31bd5c00d7897096cb4e792200c459b59de40
Author: FIGBERT <figbert@figbert.com>
Date:   Fri, 28 May 2021 22:42:42 -0700

Indent templates/404.html... EVEN MORE

Diffstat:
Mtemplates/404.html | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/templates/404.html b/templates/404.html @@ -1,10 +1,10 @@ {% extends "index.html" %} {% block content %} - <div class="error"> - <img src="/404.svg" alt="404 Page Not Found"/> - <strong>404</strong> - <p>Page Not Found</p> - </div> + <div class="error"> + <img src="/404.svg" alt="404 Page Not Found"/> + <strong>404</strong> + <p>Page Not Found</p> + </div> {% endblock content %}