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

42 lines
1.5 KiB
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">
<title>Published note · RustPad</title>
__APP_THEME_BOOTSTRAP__
__APP_STYLESHEET__
__APP_IMPORT_MAP__
__APP_ENTRYPOINT__
</head>
<body class="public-page hide-preview-line-numbers">
<header class="public-header">
<a class="brand home-brand" href="/">RustPad</a>
<div class="public-header__actions">
<label class="line-toggle"><input id="public-line-numbers-toggle" type="checkbox"> Line numbers</label>
<button id="copy-public-link" class="secondary-button">Copy link</button>
</div>
</header>
<main class="public-document">
<h1 id="public-title">Loading…</h1>
<p id="public-meta" class="public-meta"></p>
<article id="public-content" class="markdown-body public-content"></article>
</main>
<dialog id="public-password-dialog">
<form id="public-password-form" class="dialog-panel">
<h2>Protected page</h2>
<p>Enter the note password or sign in with an account that has access.</p>
<input id="public-password" type="password" autocomplete="current-password" minlength="8" maxlength="128"
placeholder="Password">
<p id="public-password-error" class="form-message error"></p>
<button class="primary-button">Open page</button>
<a class="text-button" href="/">Back to home</a>
</form>
</dialog>
<div id="toast" class="toast"></div>
</body>
</html>