15 lines
355 B
Plaintext
15 lines
355 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
{% include "templates/defaultTags.njk" %}
|
|
<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> |