Adds css and js files

This commit is contained in:
Tutur33
2023-11-05 17:37:42 +01:00
parent 998af22328
commit be54738678
11 changed files with 80 additions and 7 deletions
+1
View File
@@ -6,6 +6,7 @@ from dotenv import load_dotenv
from route import *
from controller import *
load_dotenv()
listen = int(os.getenv("LISTEN"))
host = os.getenv("HOST")