mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2025-08-14 17:08:09 +00:00
About page.
This commit is contained in:
@@ -12,7 +12,11 @@ def add_ip():
|
||||
@app.route('/')
|
||||
@app.route('/network')
|
||||
def page_network():
|
||||
return render_template('network.html')
|
||||
return render_template('network.html', page='network')
|
||||
|
||||
@app.route('/about')
|
||||
def page_about():
|
||||
return render_template('about.html', page='about')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Reference in New Issue
Block a user