30 lines
947 B
HTML
30 lines
947 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">
|
|
<title>Published note · RustPad</title>
|
|
__APP_STYLESHEET__
|
|
__APP_IMPORT_MAP__
|
|
__APP_ENTRYPOINT__
|
|
</head>
|
|
|
|
<body class="public-page hide-preview-line-numbers">
|
|
<header class="public-header">
|
|
<a class="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>
|
|
<div id="toast" class="toast"></div>
|
|
</body>
|
|
|
|
</html> |