first commit

This commit is contained in:
2026-07-16 09:35:32 +02:00
commit dd0746e2e6
179 changed files with 25679 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
html,
body {
margin: 0;
height: 100%;
overflow: hidden;
background: transparent;
}
#wrap {
position: fixed;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
}
#wrap.hidden {
display: none;
}
#mdt {
width: 100%;
height: 100%;
border: 0;
}