069af1c0c4
Handle unexpected errors in the web service, for example if given an invalid or corrupt image file.
11 lines
154 B
HTML
11 lines
154 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{ error }}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{ error }}</h1>
|
|
<p>{{ message }}</p>
|
|
</body>
|
|
</html>
|