add: base

This commit is contained in:
2026-02-19 10:44:28 +00:00
commit 605348edd3
3 changed files with 86 additions and 0 deletions

5
server/server.py Normal file
View File

@@ -0,0 +1,5 @@
from Flask import Flask, render_template
@app.route("/")
def mainpage():
return render_template('main.html', title='BG Shutdown')