first commit

This commit is contained in:
2025-08-12 01:56:31 +08:00
parent fdbbda958c
commit 1ff4d3dce2
101 changed files with 14179 additions and 0 deletions

13
assets/css/nyaa.css Executable file
View File

@@ -0,0 +1,13 @@
#gifone {
position: relative;
width: 100px;
height: auto;
}
#giftwo {
position: fixed;
bottom: 0;
left: 25%;
transform: translateX(-50%);
width: 100px;
height: auto;
}