update build
This commit is contained in:
parent
51425af0cd
commit
0c883e043f
2 changed files with 1868 additions and 0 deletions
20
index.html
Normal file
20
index.html
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="app"></div>
|
||||||
|
<script src="js/sci_script_tag.js" type="application/javascript"></script>
|
||||||
|
|
||||||
|
<script type="application/x-sci">
|
||||||
|
(defn my-alert []
|
||||||
|
(js/alert "alert!"))
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<button onclick="user.myAlert()">
|
||||||
|
Click me
|
||||||
|
</button>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
1848
js/sci_script_tag.js
Normal file
1848
js/sci_script_tag.js
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue