From 84537b7f018336456a3f5bb915669d51f9fb3683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Thu, 28 Oct 2021 16:10:02 +0200 Subject: [PATCH] Add more HTML elements --- main.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.py b/main.py index 097d879..ca9de11 100644 --- a/main.py +++ b/main.py @@ -60,12 +60,18 @@ async def upload_file(file: UploadFile = File(...)): @app.get("/") async def main(): content = """ + + + +discord-nice-embed +
+ """ return HTMLResponse(content=content)