Browse Source

static page

ming 3 years ago
parent
commit
318f66ad73
1 changed files with 6 additions and 0 deletions
  1. 6 0
      main.py

+ 6 - 0
main.py

@@ -56,6 +56,12 @@ async def root():
 @app.get("/index2")
 async def index2():
     return FileResponse('index2.html')
+@app.get("/script_msg.js")
+async def index2():
+    return FileResponse('script_msg.js')
+@app.get("/style.css")
+async def index2():
+    return FileResponse('style.css')
 
 @app.post("/make_video_req")
 async def make_video_req(req:request):