You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2024. It is now read-only.
html = f'<html><head><meta http-equiv="refresh" content="5;url=./legacy/{filename}" /></head><body><p>Linear Algebra for TBIL has been updated! <a href="./index.html">Learn more.</a></p><p>Redirecting to <a href="./legacy/{filename}">legacy edition</a> of Linear Algebra for TBIL in five seconds...</p></body></html>'
with open(os.path.join("output/deploy",filename),"w") as f: