[Alt] Add new methods; [Server] Slight improvements to example; [Build] Add full HTML build

This commit is contained in:
2025-03-09 00:54:55 +01:00
parent 5338c8aaf6
commit fedb597dda
16 changed files with 1310 additions and 84 deletions

View File

@ -21,3 +21,17 @@ div#transition {
cursor: progress;
display: none;
}
.particles {
position: absolute;
overflow: hidden;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
z-index: -1;
}
.particles > * {
position: absolute;
}