mirror of
https://github.com/Justuser3310/ss14_chemistry_site.git
synced 2025-01-18 16:58:48 +00:00
😴
This commit is contained in:
parent
f0aa026ed1
commit
bb182fed32
@ -2,7 +2,7 @@ from flask import Flask, render_template
|
||||
app = Flask(__name__)
|
||||
|
||||
@app.route("/")
|
||||
def app():
|
||||
def ss14tools():
|
||||
render_template("./index.html")
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user