Installation
Visitors works on any website, you just need a simple script file that's on every page.
YOUR_TOKEN with your project token.For every html page, ensure to add the script in the head of your document.
<html lang="en">
<head>
<script
src="https://cdn.visitors.now/v.js"
data-token="YOUR_TOKEN">
</script>
</head>
<body>
</body>
</html>