shynet/tests/pixel.html

24 lines
559 B
HTML
Raw Normal View History

2020-04-10 15:25:32 +08:00
<!DOCTYPE html>
<html>
<head>
<title>Pixel test</title>
</head>
<body>
<noscript>
<img src="http://localhost:8000/ingress/fc4008d3-f2fa-4500-9968-d96719e3819c/pixel.gif">
</noscript>
<script>
var shynetSessionMetadata = {
session: "this is some session metadata",
};
var shynetHitMetadata = {
hit: "this is some hit metadata",
};
</script>
<script src="http://localhost:8000/ingress/fc4008d3-f2fa-4500-9968-d96719e3819c/identifier/script.js"></script>
</body>
</html>