mirror of
https://github.com/rjNemo/auth
synced 2026-06-06 08:26:39 +00:00
18 lines
447 B
HTML
18 lines
447 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>auth test</title>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<main class="container">
|
|
<h1>Unauthorized</h1>
|
|
<a href="/" role="button">Back to safety</a>
|
|
</main>
|
|
</body>
|
|
</html>
|