From: Carl Worth <cworth@cworth.org>
Date: Mon, 11 May 2020 23:16:00 +0000 (-0700)
Subject: Explicitly declare UTF-8 encoding
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=4afc8039e95e4683be3ea330e0516be2e2fffed9;p=empires-html

Explicitly declare UTF-8 encoding

To silence a browser-console warning, (and because, duh, why would I
use any encoding _but_ UTF-8?!).
---

diff --git a/index.html b/index.html
index 7ccc7c3..e988bee 100644
--- a/index.html
+++ b/index.html
@@ -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" />