Add a level selector
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
<link rel="stylesheet" href="src/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
<div id="automaton-selector">
|
||||
<h1>Select an automaton</h1>
|
||||
<div id="automaton-collection"></div>
|
||||
</div>
|
||||
<div id="app" hidden="hidden">
|
||||
<div class="input">
|
||||
<input type="text" id="word-input" autocapitalize="off" spellcheck="false" />
|
||||
<div id="light"></div>
|
||||
@@ -20,6 +24,6 @@
|
||||
<pre id="pen"></pre>
|
||||
<pre id="state-graph"></pre>
|
||||
</div>
|
||||
<script type="module" src="src/fsm.js"></script>
|
||||
<script type="module" src="src/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user