diff --git a/index.html b/index.html index 9cbc46b..05e33d3 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@
This project exposes the Small Clojure Interpreter in the browser in such a way that you can use it with the script tag.
<head>
- <script src="https://borkdude.github.io/sci-script-tag/js/sci-script-tag.js"
- type="application/javascript">
- </script>
+ <script src="https://borkdude.github.io/sci-script-tag/js/sci-script-tag.js" type="application/javascript"></script>
<script type="application/x-sci">
(defn ^:export my-alert []
@@ -71,8 +69,6 @@
</button>
</body>
-
-
@@ -109,5 +105,7 @@
+
+