# Nextra Website Archive

These six initial high-school websites have already been recovered for browser hosting.

## Current files

```text
websites/
  About-me-HTML.html
  burger-king-website-HTML.html
  AH-website-info-draft-HTML.html
  tryhtml_default.html
  ugh.html
  Whisper-Movement.html
  catalog.json
```

The first three originals were Microsoft Word "Single File Web Page" / MHTML wrappers.
`Whisper-Movement.html` was an HTML document that displayed escaped HTML source.
The deployed copies in this folder have already been converted back into real HTML.

## Important: use these exact URLs

Cloudflare Pages may hide the `.html` suffix in the address bar, but the source filenames are:

```text
/websites/About-me-HTML.html
/websites/burger-king-website-HTML.html
/websites/AH-website-info-draft-HTML.html
/websites/tryhtml_default.html
/websites/ugh.html
/websites/Whisper-Movement.html
```

## Adding another old site later

If it is already a normal HTML file, copy it into `/websites/` and add its exact filename to `catalog.json`.

If opening the source in Notepad starts with:

```text
MIME-Version: 1.0
Content-Type: multipart/related
```

it is a Web Archive rather than normal HTML and needs conversion before Cloudflare can render it.

If the file visually displays HTML tags like `&lt;html&gt;`, it may be a source-code wrapper and also needs conversion.

Do not rename a Web Archive to `.html` and expect that alone to convert it.
