diff options
author | Jed Barber <jjbarber@y7mail.com> | 2021-02-04 16:36:35 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2021-02-04 16:36:35 +1100 |
commit | 120d219023ed1c279cac495a1145466d182f4e37 (patch) | |
tree | cb1b2d78f8950fc34755c6b35956c38501d53f5d /project/templates/base.html | |
parent | 5265cb93699114e05fcea667597ea96cf3f4b2f4 (diff) |
Abstract blue background added
Diffstat (limited to 'project/templates/base.html')
-rw-r--r-- | project/templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project/templates/base.html b/project/templates/base.html index d4ef561..979305c 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -9,6 +9,7 @@ {% endblock %} </head> <body> + <div class="white"> <h2>Jedidiah Barber's Personal Site</h2> <hr> <nav> @@ -24,6 +25,8 @@ {% block content %} {% endblock %} </article> + <hr> + </div> </body> </html> |