test page

This commit is contained in:
Vallari-g 2025-02-19 23:51:31 -08:00
parent e34547cf2d
commit 302a3fc0f3

16
test-site/index.html Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Umami Test Page</title>
<!-- Umami Tracking Script -->
<script
defer
src="http://localhost:3000/script.js"
data-website-id="c9be921b-b386-4a9c-aa7b-f153a3748299"
></script>
</head>
<body>
<h1>Umami Tracking Test</h1>
</body>
</html>