Change static assets to /etc/*
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>404 - Page not found</title>
|
||||
<link rel="stylesheet" href="/simple.css" />
|
||||
<link rel="stylesheet" href="/etc/simple.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>The page you were looking for doesn't exist!</h1>
|
||||
@ -18,7 +18,7 @@
|
||||
</footer>
|
||||
|
||||
<#ifdef HOTRELOAD>
|
||||
<script src="/hotreload.js"></script>
|
||||
<script src="/etc/hotreload.js"></script>
|
||||
<#endif>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user