Split up the body into 2 divs for mounting the app seperately
This commit is contained in:
parent
d5673398f7
commit
438ff03826
3 changed files with 12 additions and 7 deletions
|
|
@ -11,6 +11,8 @@
|
|||
<script type="text/x-scheme">(load "/lib/nitinol/nitinol.scm")</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<div id="repl"></div>
|
||||
<!-- Load main app script. -->
|
||||
<script type="text/x-scheme" src="/app.scm"></script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue