get the index ready for changes

This commit is contained in:
Nyx 2025-04-06 02:08:41 -05:00
parent 19bbd5c150
commit 999360a642
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ app = Flask(__name__)
@app.route('/') @app.route('/')
def home(): def home():
return render_template('index.xht') return render_template('index.j2')
@app.route('/style.css') @app.route('/style.css')
def style(): def style():