> ## Documentation Index
> Fetch the complete documentation index at: https://codemail.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Running

> How to run Codemail code

Codemail uses `HTML` and `JavaScript` as our main languages for API usage.

> You are not required to use these languages, these are just what we recommend and support.

```html theme={null}
<!DOCTYPE html>
<html>
 <body>
   <h1>Hello World!</h1>
   <p>This is a paragraph.</p>
  </body>
</html>
```

## Running Locally

* Create a .html file
* Place your Codemail code there
* Right click and open the file in a browser

### Running Publicly

* Complete Local Steps
* Upload the .html file to your hosting provider
