> For the complete documentation index, see [llms.txt](https://docs.vaxx.nz/vaxx.nz-widget/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vaxx.nz/vaxx.nz-widget/how-to/websites-html.md).

# Websites (HTML)

## How to embed on a website (HTML)

To embed into a website where you have access to the HTML code use the following code snippet to deliver the Vaxx.nz widget in a iframe.

```
<iframe src="https://widget.vaxx.nz" title="Find a COVID-19 Vaccination" scrolling="no" frameborder="0" width="100%" height="635" allow="geolocation"></iframe>
```
