change file structure

This commit is contained in:
2026-03-31 20:57:40 -04:00
parent 2f6ff081f3
commit cacddd16e2
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
rel="stylesheet"
/>
<link rel="stylesheet" href="static/style.css" />
<link rel="stylesheet" href="static/error.css" />
<link rel="stylesheet" href="static/error/error.css" />
<link rel="stylesheet" href="static/card.css" />
<link rel="stylesheet" href="static/login_page.css" />
@@ -33,4 +33,4 @@
<button type="submit">Login</button>
</form>
<script src="/static/error.js" type="text/javascript"></script>
<script src="/static/error/error.js" type="text/javascript"></script>