feat: make cute design
This commit is contained in:
parent
79f72d0531
commit
a1fa762ea8
4 changed files with 159 additions and 97 deletions
2
main.py
2
main.py
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue