Initial commit

This commit is contained in:
Pandipipas
2026-02-07 14:43:43 +01:00
committed by GitHub
commit 6955d2588f
37 changed files with 12950 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
body {
background-color: #2F3A4F !important; /* force body background to original NodeCG colour */
margin: 15px !important; /* force body to have original NodeCG padding */
width: unset !important; /* unset quasar width */
min-width: unset !important; /* unset quasar min-width */
font-size: unset !important; /* unset quasar font-size */
}
</style>
</head>
<body>
<div id="app"></div>
</body>
</html>