minor
This commit is contained in:
parent
01fb5d679f
commit
1a6ce3312c
3 changed files with 10 additions and 11 deletions
|
|
@ -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