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
ef87f56239
commit
f0aa026ed1
@ -3,4 +3,7 @@ app = Flask(__name__)
|
||||
|
||||
@app.route("/")
|
||||
def app():
|
||||
render_template("./index.html")
|
||||
render_template("./index.html")
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run()
|
Loading…
Reference in New Issue
Block a user