2019-08-18 14:51:37 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2024-02-25 15:38:41 +01:00
|
|
|
<title>We're sorry, but something went wrong</title>
|
2019-08-18 14:51:37 +02:00
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
2024-03-14 23:04:34 +01:00
|
|
|
<link rel="stylesheet" href="https://raw.githubusercontent.com/astuto/astuto-assets/main/public/style.css" />
|
2019-08-18 14:51:37 +02:00
|
|
|
</head>
|
|
|
|
|
|
2024-02-25 15:38:41 +01:00
|
|
|
<body>
|
2019-08-18 14:51:37 +02:00
|
|
|
<!-- This file lives in public/500.html -->
|
2024-02-25 15:38:41 +01:00
|
|
|
<div class="card">
|
|
|
|
|
<h1>Something went wrong</h1>
|
2024-03-14 23:04:34 +01:00
|
|
|
<img src="https://raw.githubusercontent.com/astuto/astuto-assets/main/public/error-500.png" width="64" height="64" class="error-image" />
|
2024-02-25 15:38:41 +01:00
|
|
|
<p class="error-description">
|
|
|
|
|
We're sorry. Wait a moment and try again.
|
|
|
|
|
</p>
|
|
|
|
|
<p class="error-description">
|
|
|
|
|
If the issue persists, <a href="mailto:info@astuto.io">contact us</a>.
|
|
|
|
|
</p>
|
2019-08-18 14:51:37 +02:00
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|