<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Count!</title>
<script src="https://cdn.jsdelivr.net/gh/AMTitan/razer@latest/js/razer.min.js"></script>
<style>
div {
display: flex;
white-space: break-spaces;
}
</style>
</head>
<body>
<div>
<p>Someone has clicked on this page </p>
<p id="counter"></p>
<p> times</p>
</div>
</body>
</html>