Files
2026-07-31 10:10:19 +02:00

28 lines
840 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="dark light">
<meta name="robots" content="noindex">
<title>__ERROR_TITLE__ · RustPad</title>
__APP_THEME_BOOTSTRAP__
__APP_STYLESHEET__
</head>
<body>
<main class="error-page">
<section class="error-card" aria-labelledby="error-title">
<p class="error-code">__ERROR_CODE__</p>
<h1 id="error-title">__ERROR_TITLE__</h1>
<p>__ERROR_MESSAGE__</p>
<div class="error-actions">
<a class="primary-button inline-button" href="__PRIMARY_URL__">__PRIMARY_LABEL__</a>
<button class="secondary-button inline-button" type="button" onclick="history.back()">Back</button>
</div>
</section>
</main>
</body>
</html>