Files
scoreko-dev/src/dashboard/template.html
T
2026-02-07 14:43:43 +01:00

19 lines
549 B
HTML

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