]> git.cworth.org Git - empires-html/commitdiff
Explicitly declare UTF-8 encoding
authorCarl Worth <cworth@cworth.org>
Mon, 11 May 2020 23:16:00 +0000 (16:16 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 11 May 2020 23:19:18 +0000 (16:19 -0700)
To silence a browser-console warning, (and because, duh, why would I
use any encoding _but_ UTF-8?!).

index.html

index 7ccc7c33c49093000182777d862b352ec06e5f9f..e988bee015c7015c782b8e768e689a0819190ad4 100644 (file)
@@ -1,6 +1,8 @@
 <!DOCTYPE html>
 <html>
   <head>
+    <meta charset="utf-8"/>
+
     <title>The Game of Empires</title>
 
     <link rel="stylesheet" href="reset.css" type="text/css" />