get the index ready for changes
This commit is contained in:
parent
19bbd5c150
commit
999360a642
2 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ app = Flask(__name__)
|
|||
|
||||
@app.route('/')
|
||||
def home():
|
||||
return render_template('index.xht')
|
||||
return render_template('index.j2')
|
||||
|
||||
@app.route('/style.css')
|
||||
def style():
|
||||
|
|
Loading…
Add table
Reference in a new issue