diff --git a/app.py b/app.py index 36f24ef..bef86b8 100644 --- a/app.py +++ b/app.py @@ -28,5 +28,6 @@ async def robots(): # BluePrint Routes app.register_blueprint(route_home) + if __name__ == '__main__': app.run(debug=config.DEBUG, host=config.APP_HOST, port=config.APP_PORT) diff --git a/templates/head.html b/templates/head.html index b13bc6e..be26cf2 100644 --- a/templates/head.html +++ b/templates/head.html @@ -1,7 +1,30 @@
+