Browse Source

Declare charset so firefox stops yelling at me

Tyler Hallada 5 years ago
parent
commit
6e30f78db6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      index.html

+ 1 - 0
index.html

@@ -3,6 +3,7 @@
3 3
     <title>Proximity Structures</title>
4 4
     <link rel="stylesheet" href="css/style.css">
5 5
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+    <meta charset="utf-8" />
6 7
     <!-- open graph tags -->
7 8
     <meta property="og:title" content="Proximity Structures" />
8 9
     <meta property="og:url" content="http://proximity.hallada.net/" />