utf-8 that b

This commit is contained in:
Elizabeth Hunt 2024-03-09 22:20:28 -07:00
parent d3a0fd1245
commit ba432c382b
Signed by: simponic
GPG Key ID: 52B3774857EB24B1
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<head> <head>
<title>Euler Golf 2</title> <title>Euler Golf 2</title>
<link rel="stylesheet" type="text/css" href="css/styles.css" /> <link rel="stylesheet" type="text/css" href="css/styles.css" />
<meta charset="utf-8">
</head> </head>
<body> <body>
<canvas id="canvas"></canvas> <canvas id="canvas"></canvas>

View File

@ -4,6 +4,7 @@
<title>Turing Machine Simulator</title> <title>Turing Machine Simulator</title>
<link rel="stylesheet" type="text/css" href="css/styles.css" /> <link rel="stylesheet" type="text/css" href="css/styles.css" />
<link rel="stylesheet" type="text/css" href="codemirror/codemirror.css" /> <link rel="stylesheet" type="text/css" href="codemirror/codemirror.css" />
<meta charset="utf-8">
</head> </head>
<body> <body>
<div class="container"> <div class="container">