mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
* Remove roadmap header * Add hostname to poweredby url * Fix oauth button click style * Fix mailer astuto logo * Fix asset urls in public html files
23 lines
876 B
HTML
23 lines
876 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>The change you wanted was rejected</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link rel="stylesheet" href="https://raw.githubusercontent.com/astuto/astuto-assets/main/public/style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<!-- This file lives in public/422.html -->
|
|
<div class="card">
|
|
<h1>Rejected</h1>
|
|
<img src="https://raw.githubusercontent.com/astuto/astuto-assets/main/public/error-422.png" width="64" height="64" class="error-image" />
|
|
<p class="error-description">
|
|
The change you wanted was rejected. If you're trying to do something bad, our team of astute foxes is already looking out for you. Watch out!
|
|
</p>
|
|
<p class="error-description">
|
|
If you think you should be allowed to do this, then <a href="mailto:info@astuto.io">contact us</a>.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|