Update test for my new instance

This commit is contained in:
R. Miles McCain 2021-04-24 17:35:55 +00:00
parent a7548d7eba
commit 159015de1c

View File

@ -3,11 +3,14 @@
<html> <html>
<head> <head>
<title>Pixel test</title> <title>JS test</title>
</head> </head>
<body> <body>
<script src="http://localhost:8000/ingress/9b2c4e2f-8d29-4418-82d4-b68e06795025/script.js"></script> <noscript>
<img src="http://localhost:8000/ingress/0ca733e8-c41f-462b-a11a-4ba0cea29948/pixel.gif">
</noscript>
<script defer src="http://localhost:8000/ingress/0ca733e8-c41f-462b-a11a-4ba0cea29948/script.js"></script>
</body> </body>
</html> </html>