24 lines
559 B
HTML
24 lines
559 B
HTML
|
<!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>
|