/Docs
Register

HTML

Use this guide for static sites, custom HTML, or any framework not listed in the sidebar.

Add the script

Paste this before the closing </body> tag on every page you want to track.

HTMLindex.html
<!DOCTYPE html><html lang="en">  <head>    <meta charset="UTF-8" />    <title>My Site</title>  </head>  <body>    <script      src="https://www.reignat.com/tracker.js"      data-site="your-project-id"      defer    ></script>  </body></html>

Replace your-project-id with the project ID from Settings → General.

Keep defer. It loads the tracker after the page is parsed.

Verify

Deploy your site and open a page. A pageview should appear in your Reignat dashboard within seconds.

Reignat ignores localhost automatically. Test on your deployed URL.