16 lines
315 B
HTML
16 lines
315 B
HTML
|
<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>
|