```
**How it works**
* The page background is a light 8‑bit repeating pattern.
* A DOS‑style menu bar and a toolbar give you the classic “File / Edit / …” feel.
* Double‑clicking the desktop creates a new **image** window; the toolbar buttons create either an image or a note window.
* Each window has a blue header, a red close button, a resize handle, and a coordinates display.
* The header title is editable and persists across sessions.
* Windows can be dragged, resized, and brought to the front by clicking.
* Image windows accept pasted images (Ctrl‑V) and display them inside the body.
* Note windows are content‑editable text areas.
* All window state (position, size, title, content) is stored in `localStorage` and restored on page load.
Enjoy your retro 8‑bit window manager!