shynet/tests/js.html

17 lines
331 B
HTML
Raw Normal View History

2020-08-12 05:56:26 +08:00
<!DOCTYPE html>
<html>
<head>
2021-04-25 01:35:55 +08:00
<title>JS test</title>
2020-08-12 05:56:26 +08:00
</head>
<body>
2021-04-25 01:35:55 +08:00
<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>
2020-08-12 05:56:26 +08:00
</body>
</html>