feat: Add terms page

This commit is contained in:
2024-10-11 14:23:29 +11:00
parent de2ffd022a
commit 875dc77dad
8 changed files with 105 additions and 7 deletions

View File

@@ -80,6 +80,10 @@ def index():
return render.site(data, host)
return redirect(f'https://{DOMAINS[0]}')
@app.route('/terms')
def terms():
return render_template('terms.html')
@app.route('/site')
def site():
# Get auth domain