Need to add code in sever.py: @app.route('/') def index(): return render_template('game.html') ?
Need to add code in sever.py:
@app.route('/')
def index():
return render_template('game.html')
?