Code Refactoring and Error Handling

This commit is contained in:
2025-06-30 02:58:28 +05:30
parent ae44e79a15
commit 1fac2fd8af
3 changed files with 57 additions and 17 deletions

9
hg.css
View File

@@ -326,3 +326,12 @@ canvas {
right: 0;
margin-right: 5px;
}
.ERRORS {
position: absolute;
bottom: 0;
z-index: 999;
color: #ffff;
left: 0;
margin-left: 5px;
}