Remove inutil file

This commit is contained in:
Stefano Assenzo 2023-02-12 12:40:53 +00:00 committed by GitHub
parent d7374d6f9d
commit a711bff703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 94898 deletions

2
app.py
View File

@ -31,7 +31,7 @@ collection = database["school-time-table"] #Collection school time table current
@app.route('/')
def homepage():
logging.info("A user went up: Homepage")
return render_template('html/index.html')
return render_template('homepage.html')
#imageList = os.listdir('static/images')
#imageList = ['images/' + image for image in imageList]
#return render_template('go.html', imageList=imageList)

File diff suppressed because it is too large Load Diff

0
templates/homepage.html Normal file
View File