first commit

This commit is contained in:
teasiu
2025-11-03 15:27:16 +08:00
commit 125598252c
1115 changed files with 60648 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
document.addEventListener("DOMContentLoaded", function () {
var a = document.getElementById("fileoutContainer");
var b = document.createElement("div");
b.className = "bottom-right";
b.innerHTML =
'';
a.appendChild(b);
});