summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorj-james2022-01-17 08:12:45 +0000
committerj-james2022-01-17 08:12:45 +0000
commitdfec2098fb910551aded24cccb52d21d439f2f9b (patch)
treef325a947bea313234665813207dcf1a994a65ce1 /index.html
parent85e07045d341b834e6e6dc7873f639baf3ffd8bc (diff)
Prepend <!DOCTYPE html> to all pages
otherwise they're in "Quirks Mode", and who knows what issues that may cause
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.html b/index.html
index 45d11e8..66cee5f 100644
--- a/index.html
+++ b/index.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>j-james</title>
@@ -40,3 +41,9 @@
</footer>
</body>
</html>
+<!--
+ inspiration:
+ https://czeng.org/
+ https://nora.codes/
+ https://hojberg.xyz/
+-->