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 96d31bd5c00d7897096cb4e792200c459b59de40
parent f4f2105536fa207e21698ce0d1ff50f5a4eaf811
Author: FIGBERT <figbert@figbert.com>
Date:   Fri, 28 May 2021 22:40:26 -0700

Update indentation of templates/404.html

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 %}