Skip to content

Commit

Permalink
close script tag, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
44100hertz committed Feb 5, 2024
1 parent a533b2b commit 238c875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structedit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<body>
<textarea id="expression-pane">1 + 2 * 3</textarea>
<div id="tree-pane" style="position: relative"></div>
<script src="liveparse.js" type="module">
<script src="./liveparse.js" type="module"></script>
</body>
</html>

0 comments on commit 238c875

Please sign in to comment.