16 lines
411 B
Plaintext
16 lines
411 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<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> |