Share HTML templates, component markup, or email HTML: syntax-highlighted and shareable without a CodePen account.
1<!doctype html>2<html lang="en">3<head>4 <meta charset="utf-8" />5 <meta name="viewport" content="width=device-width, initial-scale=1" />6 <title>My Page</title>7 <link rel="stylesheet" href="/styles.css" />8</head>9<body>10 <header class="site-header">11 <nav aria-label="Main navigation">12 <a href="/" class="logo">Brand</a>13 <ul role="list">14 <li><a href="/about">About</a></li>15 <li><a href="/work">Work</a></li>16 <li><a href="/contact" class="btn btn--primary">Contact</a></li>17 </ul>18 </nav>19 </header>2021 <main id="content">22 <slot />23 </main>24</body>25</html>Paste HTML code and get a shareable link with full syntax highlighting, server-side rendered with no JavaScript overhead.
Deleted on first open. Can't be viewed twice.
Add a password so the URL alone is not enough to decrypt.
Set pastes to expire after 1 hour, 1 day, 7 days, or up to 30 days. Gone when you say so.
No sign-up, no email, no ads. Paste and share in seconds.
Yes. The Shiki HTML grammar highlights inline <style> and <script> blocks with their respective language grammars.
Pastes up to 5 MB are supported.
Yes. AES-256-GCM encryption runs in your browser before upload. For new pastes, the decryption key lives only in the URL fragment — the server never sees it. Password protection adds PBKDF2 key wrapping so the URL alone cannot decrypt.