Fixed CSS link for 404 page.
This commit is contained in:
parent
3d853a3282
commit
058ab2708a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
|||
<head>
|
||||
<%- include('partial/styles', {instance, user}); %>
|
||||
<%- include('partial/csrfToken', {csrfToken}); %>
|
||||
<link rel="stylesheet" type="text/css" href="css/error.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/error.css">
|
||||
<title><%= instance %></title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue