mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
test page
This commit is contained in:
parent
e34547cf2d
commit
302a3fc0f3
1 changed files with 16 additions and 0 deletions
16
test-site/index.html
Normal file
16
test-site/index.html
Normal 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>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue