Added virtually the whole of the Scittle distribution, as it proves to be
virtually necessary to do development.
This commit is contained in:
parent
fcb023ecc5
commit
0a200aca94
741 changed files with 174111 additions and 11 deletions
21
plugins/demo/resources/public/index.html
Normal file
21
plugins/demo/resources/public/index.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!-- <link rel="stylesheet" href="/css/style.css"> -->
|
||||
<script src="/js/scittle.js" type="application/javascript"></script>
|
||||
<script src="/js/scittle.javelin.js" type="application/javascript"></script>
|
||||
<script src="/js/scittle.hoplon.js" type="application/javascript"></script>
|
||||
<script type="application/x-scittle">
|
||||
(require '[hoplon.core :as h])
|
||||
(require '[javelin.core :as j])
|
||||
|
||||
(j/defc title "From Hoplon")
|
||||
(h/body
|
||||
(h/h1 (h/text "~{title}")))
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello Hoplon!</h1>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue