Deploy front end to root directory

This commit is contained in:
2026-04-02 01:58:26 -04:00
parent 55b37e5156
commit 3de54fa0dc
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>Did Router</title>
<link rel="stylesheet" href="admin/app.css" />
<link rel="stylesheet" href="app.css" />
</head>
<body></body>
</html>