From ec26b30b7ce65961b0753c5ba2895d708855ae7e Mon Sep 17 00:00:00 2001 From: maaa Date: Thu, 10 Aug 2023 18:23:39 +0200 Subject: [PATCH] changes --- down | 7 +++++++ templates/down.html | 46 ++++++++++++++++++++++----------------------- 2 files changed, 30 insertions(+), 23 deletions(-) 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 @@

burgernotes is down

we're down for maintenance, please try again later!

- - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + +