parent
11b7a56ab8
commit
a3554fa4a2
13 changed files with 200 additions and 9 deletions
14
plugins/demo/resources/public/index.html
Normal file
14
plugins/demo/resources/public/index.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<script src="/js/scittle.js" type="application/javascript"></script>
|
||||
<script src="/js/scittle.datascript.js" type="application/javascript"></script>
|
||||
<script type="application/x-scittle">
|
||||
(require '[datascript.core :as d])
|
||||
(prn (ns-publics 'datascript.core))
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue