<!doctype html>

<html lang="en">

  <head>

    <meta charset="utf-8" />

    <meta name="viewport" content="width=device-width, initial-scale=1" />

    <title>My Plaintext Site</title>

  </head>

  <body>

    <!--

      How to use:

      1) Replace the text inside the <pre>...</pre> block below with your own.

      2) Save this file as index.html and upload it to any static host (Cloudflare Pages, Netlify, GitHub Pages, etc.).

      3) That's it — no CSS, no JS.

    -->

    <pre style="white-space: pre-wrap; word-wrap: break-word;">

This is my plain text website.

Line breaks and spacing are preserved.

No CSS. No JavaScript. Just text.


You can paste any text here.


Tips:

- For links, you can type the full URL (https://example.com) — most browsers will make it clickable.

- This version is mobile-friendly: it wraps long lines but keeps your formatting.

    </pre>

  </body>

</html>