4 lines
88 B
Python
4 lines
88 B
Python
from flask import render_template
|
|
|
|
def index():
|
|
return render_template("index.html") |