forked from nat/webbed-site
fix issues in previous commit
This commit is contained in:
parent
c36537aa02
commit
e700a6429c
@ -24,4 +24,4 @@
|
|||||||
2024-07-27: improve image accessibility, update blog posts to be compliant with new style
|
2024-07-27: improve image accessibility, update blog posts to be compliant with new style
|
||||||
2024-07-28: add support for planned footer in all relevant html documents, simplify inclusion of other documents in a document using include script
|
2024-07-28: add support for planned footer in all relevant html documents, simplify inclusion of other documents in a document using include script
|
||||||
2024-08-05: add 88x31s, clean up css
|
2024-08-05: add 88x31s, clean up css
|
||||||
2024-08-06: rewrote entire backend, website now supports <a href='/?uwu=true>uwu mode</a>
|
2024-08-06: rewrote entire backend, website now supports <a href='/?uwu=true'>uwu mode</a>
|
||||||
|
@ -30,7 +30,7 @@ def main() -> None:
|
|||||||
][-1]
|
][-1]
|
||||||
))
|
))
|
||||||
|
|
||||||
http_thread.start()
|
#http_thread.start()
|
||||||
https_thread.start()
|
https_thread.start()
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
Reference in New Issue
Block a user