utf-8 that b
This commit is contained in:
parent
d3a0fd1245
commit
ba432c382b
@ -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>
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user