Browse Source

Declare HTML file encoding (fixes #43)

Thanks to @bggardner and @streaps.
Jonas Herzig 5 years ago
parent
commit
3dda3d27fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/index.html

+ 1 - 0
app/index.html

@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
+    <meta charset="utf-8">
     <!-- Favicon as generated by realfavicongenerator.net (slightly modified for webpack) -->
     <link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
     <link rel="icon" type="image/png" href="favicon/favicon-32x32.png" sizes="32x32">