diff options
author | j-james | 2022-01-17 08:12:45 +0000 |
---|---|---|
committer | j-james | 2022-01-17 08:12:45 +0000 |
commit | dfec2098fb910551aded24cccb52d21d439f2f9b (patch) | |
tree | f325a947bea313234665813207dcf1a994a65ce1 /bookshelf.html | |
parent | 85e07045d341b834e6e6dc7873f639baf3ffd8bc (diff) |
Prepend <!DOCTYPE html> to all pages
otherwise they're in "Quirks Mode", and who knows what issues that may
cause
Diffstat (limited to 'bookshelf.html')
-rw-r--r-- | bookshelf.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bookshelf.html b/bookshelf.html index 1ec86fb..23ea379 100644 --- a/bookshelf.html +++ b/bookshelf.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> <title>j-james | bookshelf</title> |