Forgot to fix the error pages
This commit is contained in:
parent
f288560228
commit
69c3240006
5 changed files with 10 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue