mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
16 lines
355 B
HTML
16 lines
355 B
HTML
<!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>
|