EP_inspection_tool_proto/app/templates/errors/500.html

10 lines
192 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Server Error</title>
</head>
<body>
<h1>Server Error (500)</h1>
<p>Something went wrong on our end. Please try again later.</p>
</body>
</html>