mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
10 lines
No EOL
351 B
HTML
10 lines
No EOL
351 B
HTML
<!DOCTYPE html>
|
|
<html class="dark">
|
|
<meta charset="utf-8">
|
|
<title>500: Something went wrong</title>
|
|
<link rel="stylesheet" href="/assets/error/style.css">
|
|
|
|
<h1>500: We're sorry, but something went wrong.</h1>
|
|
<div class="error-image" style="background-image: url(/assets/error/error-2.svg)"></div>
|
|
<p>We're sorry, but something went wrong.</p>
|
|
</html> |