x-scittle
This commit is contained in:
parent
25bc58e0ee
commit
2bb0552abd
4 changed files with 12 additions and 12 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<script src="js/scittle.js" type="application/javascript"></script>
|
||||
<script type="application/x-sci">
|
||||
<script type="application/x-scittle">
|
||||
(defn my-alert []
|
||||
(js/alert "You clicked!"))
|
||||
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
<head>
|
||||
<script src="https://borkdude.github.io/scittle/js/scittle.js" type="application/javascript"></script>
|
||||
|
||||
<script type="application/x-sci">
|
||||
<script type="application/x-scittle">
|
||||
(defn my-alert []
|
||||
(js/alert "You clicked!"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue