diff --git a/build.py b/build.py index fb74fd0..b0ad9c0 100755 --- a/build.py +++ b/build.py @@ -29,7 +29,7 @@ if (__name__ == 'build'): from flask import Flask app = Flask(__name__) - + @app.route("/") def serveMenu(): return generateMenu()['menuHtml'] diff --git a/style.css b/static/style.css similarity index 100% rename from style.css rename to static/style.css diff --git a/templates/base.html b/templates/base.html index 7cf1b5e..7850062 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,7 +1,7 @@ - + {% block title %}{% endblock %}