# Admira Next Web

Corporate website for Admira Next, a Robot as a Service and IoT company.

The site is static. The public entry point lets visitors choose:

- Good: direct contact.
- Better: classic corporate web.
- Best: interactive terminal experience.

## Pages

- `index.html`
- `classic.html`
- `404.html`
- `old/*.html` classic corporate web

## Local preview

```sh
python3 -m http.server 4827
```
