# hypertext.one
> A pastebin for HTML. You send an HTML document, you get back a URL that serves
> it as a real web page. There are no accounts and no API keys.
Every page is sanitized on the server and served with a Content-Security-Policy of
`default-src 'none'`, so pasted pages cannot run JavaScript, load remote scripts,
or be framed. Each page serves on its own subdomain so one page can never affect
another, or the main site.
## Limits
- HTML: 100KB maximum per page.
- Title: 200 characters maximum.
- Password: 256 characters maximum.
- Lifetime: 3 months maximum. Pages cannot be kept forever.
- View limit: 100000 maximum, optional.
- Rate limits, per IP address: 30 pages per 10 minutes, 15 deletes per 5 minutes,
10 password attempts per 5 minutes per page.
## What survives sanitization
Kept: standard text and layout tags, headings, lists, tables, links, images,
audio, video, inline SVG, and `