This commit is contained in:
Maximilian Wagner
2024-01-30 20:04:56 +01:00
parent 64318902b4
commit 2c6c21b761
22 changed files with 1620 additions and 93 deletions

15
html/docs.html Normal file
View File

@@ -0,0 +1,15 @@
<body>
<form action="/">
<button type="submit">Go back</button>
</form> <br>
<h1>Documentation</h1>
<h2>Turing Machine</h2>
<p> Currently deterministic, single-band TMs are supported.
They can be passed with ..... </p> <br>
<h2>Input Band</h2>
<p> Input bands can be ..... </p>
</body>