mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
The server will be running some code on the behalf of the calling code. We really don't what to crash the library (and the binary) because of a wrong request.
17 lines
337 B
HTML
17 lines
337 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta content="text/html;charset=UTF-8" http-equiv="content-type" />
|
|
<title>Internal Server Error</title>
|
|
</head>
|
|
<body>
|
|
<h1>Internal Server Error</h1>
|
|
<p>
|
|
An internal server error occured. We are sorry about that :/
|
|
</p>
|
|
<p>
|
|
{{ error }}
|
|
</p>
|
|
</body>
|
|
</html>
|