simponic.xyz/turing-machine/index.html

15 lines
315 B
HTML
Raw Normal View History

2023-10-24 21:23:33 -04:00
<!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>