OpenWPM/test/test_pages/http_test_page_2.html

13 строки
316 B
HTML

<!doctype html>
<html>
<head>
<title>Simple HTTP Test page 2</title>
</head>
<body>
<p> This test page sources two different images and a script.</p>
<img src='shared/test_image.png' />
<img src='shared/test_image_2.png' />
<script src='shared/test_script_2.js'></script>
</body>
</html>