update build
This commit is contained in:
parent
9b19e9a816
commit
8a1df0ec04
3 changed files with 16 additions and 18 deletions
10
index.html
10
index.html
|
|
@ -30,7 +30,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>SCI script tag</h1>
|
||||
<h2>What is this</h2>
|
||||
<h2>What is this?</h2>
|
||||
<p>This project exposes the <a href="https://github.com/borkdude/sci">Small Clojure Interpreter</a> in the
|
||||
browser in such a way that you can use it with the <tt>script</tt> tag.</p>
|
||||
<h2>Project status</h2>
|
||||
|
|
@ -54,9 +54,7 @@
|
|||
|
||||
<pre>
|
||||
<code class="html"><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></code></pre>
|
||||
|
||||
<script type="text/javascript">hljs.highlightAll();</script>
|
||||
|
||||
<button onclick="my_alert()">
|
||||
Click me!
|
||||
</button>
|
||||
|
|
@ -109,5 +105,7 @@
|
|||
</code></pre>
|
||||
|
||||
<div id="app"></div>
|
||||
<script type="text/javascript">hljs.highlightAll();</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue