feat: Add python server
All checks were successful
Build Docker / Build Image (push) Successful in 31s

This commit is contained in:
2023-11-02 20:26:15 +11:00
parent 33401e6491
commit 5bed9dbbc8
111 changed files with 19395 additions and 3 deletions

1
templates/assets/css/profile.min.css vendored Normal file
View File

@@ -0,0 +1 @@
.profile-container{height:300px}img.profile{width:300px;position:absolute;left:50%;margin-left:-150px;aspect-ratio:1;padding-top:calc(var(--s)/5);transform:scale(1);transition:.5s}img.foreground{border-radius:50%;pointer-events:none}img.background:hover{filter:blur(5px)}