# HTML + CDN + @archr-se/score-card

This template provides a minimal setup to get the component working in plain HTML.

## What this example shows

- Standard product score rendering from a valid `score-data` JSON payload.
- A compact rendering using `size="small"`.
- Invalid data behavior where the component remains hidden.

## How to use it?

Serve this folder over HTTP, then open the URL in your browser.

Examples:

```sh
# from examples/html-cdn
python -m http.server 5500
```

Then open `http://localhost:5500/example.html`.