25 lines
859 B
HTML
25 lines
859 B
HTML
<!doctype html>
|
|
<html lang="pl">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta name="color-scheme" content="dark">
|
|
<meta name="robots" content="noindex">
|
|
<title>__ERROR_TITLE__ · RustPad</title>
|
|
<link rel="stylesheet" href="/assets/styles.css?v=__ASSET_VERSION__">
|
|
</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()">Wstecz</button>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|