diff --git a/down b/down index 3d22f63..b9613ae 100644 --- a/down +++ b/down @@ -17,6 +17,13 @@ app.config["SECRET_KEY"] = SECRET_KEY def main(): return render_template("down.html"), 503 +@app.route("/grid.svg") +def staticgrid(): + return Response("""""", mimetype="image/svg+xml") + if __name__ == "__main__": print("[INFO] Server started") serve(app, host=HOST, port=PORT) diff --git a/templates/down.html b/templates/down.html index 8cf8225..1ddcd14 100644 --- a/templates/down.html +++ b/templates/down.html @@ -13,29 +13,29 @@
we're down for maintenance, please try again later!
- - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + +