2016-10-06 00:38:08 +03:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Simple HTTP Test page 2</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2016-11-30 03:20:14 +03:00
|
|
|
<p> This test page sources two different images and a script.</p>
|
2017-10-18 05:39:20 +03:00
|
|
|
<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' />
|
2016-11-30 03:20:14 +03:00
|
|
|
<script src='shared/test_script_2.js'></script>
|
2016-10-06 00:38:08 +03:00
|
|
|
</body>
|
|
|
|
</html>
|