summaryrefslogtreecommitdiff
path: root/turing-machine/index.html
blob: 2f65aa384c8a6dafa2cd718ac41017730ce90f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
  <title>Turing Machine Simulator</title>
  <link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
  <div class="container">
    <h1>Simponic's State System</h1>
    <div id="tape" class="tape"></div>
  </div>
  <script src="js/main.js"></script>
</body>
</html>