mirror of
https://github.com/Justuser3310/ss14_chemistry_site.git
synced 2025-01-18 16:58:48 +00:00
пофиксил то что шаблон не работает
+ добавил ./ перед index.html пишу с мобильного гитхаба (на сегодня точно все)
This commit is contained in:
parent
2592688a74
commit
ef87f56239
@ -2,5 +2,5 @@ from flask import Flask, render_template
|
||||
app = Flask(__name__)
|
||||
|
||||
@app.route("/")
|
||||
def hello_world():
|
||||
render_template("index.html")
|
||||
def app():
|
||||
render_template("./index.html")
|
Loading…
Reference in New Issue
Block a user