Installed Neutralino.js base template

This commit is contained in:
2026-01-12 12:38:54 +01:00
commit 01e382bb87
12 changed files with 819 additions and 0 deletions

20
resources/styles.css Normal file
View File

@@ -0,0 +1,20 @@
body {
background-color: white;
}
#neutralinoapp {
text-align: center;
-webkit-user-select: none;
user-select: none;
cursor: default;
}
#neutralinoapp h1{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 20px;
}
#neutralinoapp > div {
font-size: 16px;
font-weight: normal;
}