36 lines
826 B
HTML
36 lines
826 B
HTML
<html>
|
|
|
|
<title>
|
|
HTML page with embedded photos of Smiley for Fake News assignment
|
|
</title>
|
|
|
|
<body>
|
|
|
|
<h1>An HTML file with embedded images of Smiley from Stockholm</h1>
|
|
|
|
<p>
|
|
This is a rather large and complicated Web page.
|
|
It tells a simple story about our yellow friend Smiley,
|
|
who is from Stockholm. Smiley is a round, I think.
|
|
</p>
|
|
<p>
|
|
Here is an image of Smiley, and a photo of Stockholm in the spring:
|
|
</p>
|
|
<p>
|
|
<img src="./smiley.jpg" width="200" height="200">
|
|
<img src="./Stockholm-spring.jpg" width="400" height="300">
|
|
</p>
|
|
|
|
<p>
|
|
Without your proxy, you should be able to view this page just fine.
|
|
</p>
|
|
<p>
|
|
With your proxy, this page should look a bit different,
|
|
with all mentions of Smiley from Stockholm
|
|
being changed into something else.
|
|
The page should still be formatted properly.
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|