mirror of
https://github.com/Justuser3310/ss14_chemistry_site.git
synced 2026-06-25 21:34:55 +00:00
просто запусти питонячий файл
This commit is contained in:
@@ -3,4 +3,7 @@ app = Flask(__name__)
|
||||
|
||||
@app.route("/")
|
||||
def app():
|
||||
render_template("./index.html")
|
||||
render_template("./index.html")
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run()
|
||||
Reference in New Issue
Block a user