fixup! fixup! fixup! fixup! fixup! restyle

This commit is contained in:
2025-08-01 00:45:24 +03:00
parent f353aa9149
commit 22ecd5f4e6
6 changed files with 49 additions and 11 deletions
+4 -2
View File
@@ -4,10 +4,12 @@ from flask import Flask, render_template
from flask_scss import Scss
app = Flask(__name__)
app.debug = True
# if not os.path.exists("static/css/main.css"):
os.system("sass static/scss/main.scss static/style/main.css")
@app.route("/")
def index():
return render_template('index.html')
@app.route("/host")
def host():
return render_template('host.html')