Files
evazion 069af1c0c4 web: add basic error handling.
Handle unexpected errors in the web service, for example if given an
invalid or corrupt image file.
2022-06-29 18:25:15 -05:00

11 lines
154 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{ error }}</title>
</head>
<body>
<h1>{{ error }}</h1>
<p>{{ message }}</p>
</body>
</html>