Added test file.

This commit is contained in:
severak 2020-02-04 12:05:55 +01:00
parent 3a93732c97
commit 43d2235726
1 changed files with 13 additions and 0 deletions

13
test.php Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>test of tracking</title>
</head>
<body>
<p>This page tracks itself.</p>
<p>See <a href="stats.php?for=<?=$_SERVER['HTTP_HOST']; ?>">stats for this domain</a></p>
<script src="/millions_v1.js"></script>
</body>
</html>