Added idle status message

This commit is contained in:
2026-01-12 13:05:26 +01:00
parent 7f1406eeb9
commit c5965387a5
2 changed files with 19 additions and 34 deletions

View File

@@ -11,9 +11,19 @@
background-size: cover;
background-position: center;
}
#message{
margin: 20px;
padding: 5px;
width: fit-content;
background-color: gainsboro;
font-size: 16pt;
}
</style>
</head>
<body>
<div id="message">
No Disc
</div>
<script src="/js/neutralino.js"></script>
<script src="/js/main.js"></script>
</body>