Split testing options

This commit is contained in:
R. Miles McCain 2020-08-11 21:56:26 +00:00
parent 3e315f06ed
commit 1dfbec06e1
No known key found for this signature in database
GPG Key ID: F1053629E2905557
2 changed files with 14 additions and 2 deletions

13
tests/js.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Pixel test</title>
</head>
<body>
<script src="http://localhost:8000/ingress/9b2c4e2f-8d29-4418-82d4-b68e06795025/script.js"></script>
</body>
</html>

View File

@ -7,8 +7,7 @@
</head>
<body>
<noscript><img src="http://localhost:8000/ingress/9b2c4e2f-8d29-4418-82d4-b68e06795025/pixel.gif"></noscript>
<script src="http://localhost:8000/ingress/9b2c4e2f-8d29-4418-82d4-b68e06795025/script.js"></script>
<img src="http://localhost:8000/ingress/9b2c4e2f-8d29-4418-82d4-b68e06795025/pixel.gif">
</body>
</html>