Generate an escaped, self-contained HTML pastiche of a personal homepage from the late-web-1.0 era.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Supplied text enters a cyan-on-dark page containing a marquee heading, rule, visitor number, and construction notice. Title and message characters are escaped, so the document displays submitted markup instead of executing it.
Title: Welcome to my homepage Message: Best viewed at 800×600 Background: stars
<!doctype html> <title>Welcome to my homepage</title> <body style="background:#000;color:#0ff;text-align:center;font-family:Comic Sans MS,cursive"> <marquee><h1>Welcome to my homepage</h1></marquee> <p>Best viewed at 800×600</p> <hr><small>Visitor #000001 · Under construction</small> </body>
Design-history demos recreate personal homepages, film props show harmless offline sites, and CSS lessons contrast legacy presentation with semantic HTML.