fix: lint + format

This commit is contained in:
Felix Roos
2024-05-17 20:38:30 +02:00
parent a35e9aef0e
commit 5b89500acd
4 changed files with 11 additions and 3 deletions
+5 -2
View File
@@ -23,7 +23,10 @@
<body style="margin: 0; padding: 0">
<textarea id="code" style="width: 100%; height: 200px"></textarea>
<pre id="result"></pre>
<script type="module" src="/main.js
"></script>
<script
type="module"
src="/main.js
"
></script>
</body>
</html>