fixup! fixup! fixup! fixup! fixup! restyle
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user