qwik-cms/content/errors/404.njk

15 lines
355 B
Plaintext
Raw Normal View History

2021-07-27 21:04:57 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2021-08-07 10:46:48 +02:00
{% include "templates/defaultTags.njk" %}
2021-07-27 21:04:57 +02:00
<title>{{ serverName }} - Error 404</title>
</head>
<body>
<h1>Error 404</h1>
<p>
The page you are looking for doesn't exist. <br>
Consider going to the <a href="/">main page</a>. <br>
<i>{{ serverName }}</i>
</p>
</body>
</html>