mirror of
https://github.com/Justuser3310/ss14_chemistry_site.git
synced 2025-02-08 01:01:18 +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 = Flask(__name__)
|
||||||
|
|
||||||
@app.route("/")
|
@app.route("/")
|
||||||
def app():
|
def ss14tools():
|
||||||
render_template("./index.html")
|
render_template("./index.html")
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user