Forgot to fix the error pages

This commit is contained in:
Firepup Sixfifty 2024-10-04 13:00:18 -05:00
parent f288560228
commit 69c3240006
No known key found for this signature in database
5 changed files with 10 additions and 10 deletions

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>FP650 - 422 Error</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
<link href="/styles/style.css" rel="stylesheet" type="text/css" />
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
</head>
<body>
@ -16,6 +16,6 @@
<% } else { %>
<p class="center warning">The requested url did not match a valid image request format.</p>
<% } %>
<script src="/script.js"></script>
<script src="/scripts/script.js"></script>
</body>
</html>