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 | |
parent | 8d005ffbc04676ce576765190c26d8430d36c8e4 (diff) |
Added missing <body></body> and </html> elements thanks to Wlater Brill
-rw-r--r-- | footer.html | 2 | ||||
-rw-r--r-- | header.html | 1 |
2 files changed, 3 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> diff --git a/header.html b/header.html index 91c415b..661a10f 100644 --- a/header.html +++ b/header.html @@ -79,6 +79,7 @@ } </style> </head> +<body> <header> <nav> <ul> |