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 /turing-machine | |
parent | d3a0fd124549f0f66d80c107ed4a8e73ca2e67e9 (diff) | |
download | simponic.xyz-ba432c382bdc11b99583624ebaef0aa9f0109663.tar.gz simponic.xyz-ba432c382bdc11b99583624ebaef0aa9f0109663.zip |
utf-8 that b
Diffstat (limited to 'turing-machine')
-rw-r--r-- | turing-machine/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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"> |