mirror of https://github.com/kiwix/libkiwix.git
19 lines
354 B
HTML
19 lines
354 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta content="text/html;charset=UTF-8" http-equiv="content-type" />
|
|
<title>Content not found</title>
|
|
</head>
|
|
<body>
|
|
<h1>Not Found</h1>
|
|
<p>
|
|
The requested URL "{{url}}" was not found on this server.
|
|
</p>
|
|
{{#details}}
|
|
<p>
|
|
{{{details}}}
|
|
</p>
|
|
{{/details}}
|
|
</body>
|
|
</html>
|