feat: make cute design

This commit is contained in:
Radu C. Martin 2025-04-14 17:28:09 +02:00
parent 79f72d0531
commit a1fa762ea8
4 changed files with 159 additions and 97 deletions

View file

@ -71,7 +71,7 @@ ws_manager = ConnectionManager()
# Interface
@app.get("/", response_class=HTMLResponse)
async def root():
with open("interface.html") as f:
with open("index.html") as f:
return f.read()