> For the complete documentation index, see [llms.txt](https://docs.idexo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idexo.com/storage/upload-an-html-file.md).

# Upload an HTML file

Supported networks:&#x20;

* arweave

```javascript
const ido = require('idexo-sdk')
ido.Storage.uploadHTML(network, data)
.then((res) => console.log(res.data))
```
