]> git.cworth.org Git - lmno.games/commitdiff
Add DOCTYPE and "meta charset" tag.
authorCarl Worth <cworth@cworth.org>
Sat, 16 May 2020 20:16:28 +0000 (13:16 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 16 May 2020 20:26:28 +0000 (13:26 -0700)
I don't know what the DOCTYPE tag even does, but here it is.

And I really wish the world were already defaulted into utf-8 by now,
but apparently not without an explicit indication. Oh well.

index.html

index 4160a893664666e1c4cefb14685a18f2d22536e3..85673a7fdd479cd7051b1a8df08c9bf5fdcd2525 100644 (file)
@@ -1,5 +1,8 @@
+<!DOCTYPE html>
 <html>
   <head>
 <html>
   <head>
+    <meta charset="utf-8"/>
+
     <title>LMNO Games</title>
   </head>
   <body>
     <title>LMNO Games</title>
   </head>
   <body>