зеркало из https://github.com/openwpm/OpenWPM.git
14 строки
446 B
HTML
14 строки
446 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 alt='test image 1' src='shared/test_image.png' />
|
|
<img alt='test image 2' src='shared/test_image_2.png' />
|
|
<img alt='test image 2' src='/MAGIC_REDIRECT/frame1.png?dst=frame2.png&dst=/404.png' />
|
|
<script src='shared/test_script_2.js'></script>
|
|
</body>
|
|
</html>
|