diff options
author | JustineSmithies <justine@smithies.me.uk> | 2023-05-13 21:20:33 +0100 |
---|---|---|
committer | JustineSmithies <justine@smithies.me.uk> | 2023-05-13 21:20:33 +0100 |
commit | bef279e244723e4b5265bb05e608f60d7d6ba209 (patch) | |
tree | f9128b84b8f8ba4ec2779069e39a7a0c01171314 /footer.html | |
parent | 8d005ffbc04676ce576765190c26d8430d36c8e4 (diff) |
Added missing <body></body> and </html> elements thanks to Wlater Brill
Diffstat (limited to 'footer.html')
-rw-r--r-- | footer.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/footer.html b/footer.html index 2f5104b..4a82817 100644 --- a/footer.html +++ b/footer.html @@ -13,3 +13,5 @@ <a href="mailto:justine@smithies.me.uk">Email</a> </small> </footer> +</body> +</html> |