blob: 56ea43979a705093447992949f11c37520c838f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
<meta charset="utf-8" />
<title>Trackers</title>
</head>
<body>
<p>Trackers</p>
<!-- test-track-simple -->
<script src="http://trackertest.org/tracker.js"></script>
<script src="https://tracking.example.com/tracker.js"></script>
<script src="https://itisatracker.org/tracker.js"></script>
</body>
</html>
|