This commit is contained in:
Zsolt Ero
2024-01-17 01:10:52 +01:00
parent 0972102c41
commit 53aed22a6c
5 changed files with 142 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ def generate():
open(OUT_DIR / 'index.html', 'w').write(index_html)
make_static_page('privacy', 'Privacy Policy')
make_static_page('tos', 'Terms of Services')
copy_assets()