Split up the body into 2 divs for mounting the app seperately

This commit is contained in:
Jakub 2026-07-12 21:06:50 +08:00
parent d5673398f7
commit 438ff03826
3 changed files with 12 additions and 7 deletions

View file

@ -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>