mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-05 19:22:07 +00:00
19 lines
549 B
HTML
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>
|