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/js/about.min.js vendored Normal file
View File

@@ -0,0 +1 @@
function slideout(){bodydiv=document.querySelector("body"),bodydiv.style.top="-100%",setTimeout((function(){window.location.href="/#about",bodydiv.style.top="0px"}),1e3)}function scroll(){(window.innerWidth>0?window.innerWidth:document.documentElement.clientWidth)>1024&&slideout()}document.addEventListener("scroll",scroll);