Neutralino & new project structure

This commit is contained in:
2023-12-23 17:03:28 -05:00
parent ebccf275a7
commit 4879f5a7cf
13 changed files with 159 additions and 10 deletions

View File

@@ -2,11 +2,13 @@
<head>
<script async src="./dist/libs.js"></script>
<script async src="./index.js"></script>
<!-- <link rel="icon" href=".temp/editorapp/resources/icons/appIcon.png"> -->
<script async src="platforms/neutralino.js"></script>
<script async src="editor.js"></script>
<script async src="build/libs.js"></script>
<style id="stylesheet">
body { display: flex; flex-direction: column; margin: 0; height: 100vh; max-height: 100vh; }
body { display: flex; flex-direction: column; margin: 0; height: 100vh; max-height: 100vh; font-size: 14px; }
nav { background: #f5f5f5; color: #6c6c6c; margin: 2px 5px }
nav input { all: unset; text-decoration: underline; font-family: sans-serif; }
.cm-editor { flex-grow: 1; outline: 1px solid #ddd; overflow-y: auto; }
@@ -14,4 +16,4 @@ nav input { all: unset; text-decoration: underline; font-family: sans-serif; }
</head>
</html>
</html>