大作业-修改了主页
This commit is contained in:
4
Project/func/index.py
Normal file
4
Project/func/index.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from flask import render_template
|
||||
|
||||
def index():
|
||||
return render_template("index.html")
|
||||
Reference in New Issue
Block a user