28 lines
588 B
HTML
28 lines
588 B
HTML
<html>
|
|
|
|
<title>
|
|
Simple HTML file test about Smiley for Fake News assignment
|
|
</title>
|
|
|
|
<body>
|
|
|
|
<h1>A Simple HTML test page for Smiley from Stockholm</h1>
|
|
|
|
<p>
|
|
This is a basic HTML Web page.
|
|
It tells a simple story about our yellow friend Floppy,
|
|
who is from Stockholm. Smiley is round, I think.
|
|
</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>
|