diff options
Diffstat (limited to 'turing-machine/index.html')
-rw-r--r-- | turing-machine/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/turing-machine/index.html b/turing-machine/index.html new file mode 100644 index 0000000..2f65aa3 --- /dev/null +++ b/turing-machine/index.html @@ -0,0 +1,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> |