blob: a155e6c438d5a1eab280abbaec2dcd53b077a6cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<!-- random words that should not end up on disk -->
<title>gigantic experience</title>
</head>
<body>
<h1 id="header">focus test page</h1>
<!-- More random words that should not end up on disk -->
<p>groovy rabbits</p>
<img
id="rabbitImage"
src="rabbit.jpg"
alt="rabbit.jpg"
width="251"
height="201"
/>
<a id="download" href="download.jpg" download="mozillaLogo">
<img
border="0"
src="download.jpg"
alt="download icon"
width="104"
height="142"
/>
</a>
</body>
</html>
|