shynet/tests/pixel.html

14 lines
249 B
HTML
Raw Normal View History

2020-04-10 07:25:32 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Pixel test</title>
</head>
<body>
2020-04-24 17:22:22 +00:00
<noscript><img src="//localhost:8000/ingress/test_uuid/pixel.gif"></noscript>
<script src="//localhost:8000/ingress/test_uuid/script.js"></script>
2020-04-10 07:25:32 +00:00
</body>
</html>