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 /header.html | |
parent | 8d005ffbc04676ce576765190c26d8430d36c8e4 (diff) |
Added missing <body></body> and </html> elements thanks to Wlater Brill
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 1 |
1 files changed, 1 insertions, 0 deletions
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> |