mirror of
https://github.com/seigler/janus
synced 2025-07-27 01:36:11 +00:00
feat: integrate Behave.js for live editor 🏆 so good
This commit is contained in:
parent
3333e8e6ea
commit
ead85b1f05
3 changed files with 780 additions and 73 deletions
|
@ -81,7 +81,7 @@ body {
|
|||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
font-size: calc(1vw + 1em);
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
}
|
||||
nav {
|
||||
display: flex;
|
||||
|
@ -139,6 +139,7 @@ section + section {
|
|||
|
||||
</main>
|
||||
<script type="text/javascript" src="libs/openjs-shortcut/shortcut.js"></script>
|
||||
<script type="text/javascript" src="libs/behave/behave.js"></script>
|
||||
<script type="text/javascript" src="scripts/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue