mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
23 lines
628 B
HTML
23 lines
628 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>We're sorry, but something went wrong</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<!-- This file lives in public/500.html -->
|
|
<div class="card">
|
|
<h1>Something went wrong</h1>
|
|
<img src="error-500.png" width="64" height="64" class="error-image" />
|
|
<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>
|
|
</div>
|
|
</body>
|
|
</html>
|