summaryrefslogtreecommitdiffstats
path: root/comm/mail/base/test/browser/files/sampleContent.html
blob: 05528ac9f18b7aac0973239a6ad6a4dffbddb893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>Sample Content</title>
    <link rel="icon" href="tb-logo.png" />
  </head>
  <body>
    <p>This is a page of sample content for tests.</p>
    <p><a href="https://www.thunderbird.net/">Link to a web page</a></p>
    <form>
      <input type="text" />
    </form>
    <p><img src="tb-logo.png" width="304" height="84" /></p>
  </body>
</html>