further work on ftbhot about page

This commit is contained in:
Xevion
2019-10-03 22:01:20 -05:00
parent 4baa86e90d
commit 72639cff6f
4 changed files with 29 additions and 3 deletions

View File

@@ -29,17 +29,22 @@ strgen = lambda length, charset=string.ascii_letters, weights=None : ''.join(ran
@app.route('/ftbhot/about')
@app.route('/ftbhot/about/')
def ftbhot_about():
return "about page xd"
return render_template('/ftbhot/about.html')
@app.route('/ftbhot/auth')
@app.route('/ftbhot/auth/')
def ftbhot_auth():
return 'hi bot guy'
return 'WIP'
@app.route('/ftbhot')
@app.route('/ftbhot/')
def ftbhot():
return 't'
return render_template('/ftbhot/embed.html')
@app.route('/ftbhot/json')
@app.route('/ftbhot/json/')
def ftbhot_embed():
return render_template('/ftbhot/current.json')
@app.route('/time/')
def time():