diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 22:20:28 -0700 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 22:20:28 -0700 |
commit | ba432c382bdc11b99583624ebaef0aa9f0109663 (patch) | |
tree | 1ee3191e2004958d4345a5c1cd52fc283da34b44 | |
parent | d3a0fd124549f0f66d80c107ed4a8e73ca2e67e9 (diff) | |
download | simponic.xyz-ba432c382bdc11b99583624ebaef0aa9f0109663.tar.gz simponic.xyz-ba432c382bdc11b99583624ebaef0aa9f0109663.zip |
utf-8 that b
-rw-r--r-- | euler-golf/index.html | 1 | ||||
-rw-r--r-- | turing-machine/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/euler-golf/index.html b/euler-golf/index.html index d0e7216..8164823 100644 --- a/euler-golf/index.html +++ b/euler-golf/index.html @@ -3,6 +3,7 @@ <head> <title>Euler Golf 2</title> <link rel="stylesheet" type="text/css" href="css/styles.css" /> + <meta charset="utf-8"> </head> <body> <canvas id="canvas"></canvas> diff --git a/turing-machine/index.html b/turing-machine/index.html index 50b39c9..90bceb9 100644 --- a/turing-machine/index.html +++ b/turing-machine/index.html @@ -4,6 +4,7 @@ <title>Turing Machine Simulator</title> <link rel="stylesheet" type="text/css" href="css/styles.css" /> <link rel="stylesheet" type="text/css" href="codemirror/codemirror.css" /> + <meta charset="utf-8"> </head> <body> <div class="container"> |