summaryrefslogtreecommitdiffstats
path: root/webkit/glue/resources/feed.html
blob: c6a5747d3c817d19e5e9347f7988844a562f59d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
  <head>
    <title>Feed Content</title>
  <style type='text/css'>
    body {
      margin: 5ex 7ex;
      font-family: sans-serif;
    }
  </style>
  </head>
  <body>
    <p>This is a <a href="http://en.wikipedia.org/wiki/Web_feed">feed</a> that
    can be displayed in a feed reader.</p>

    <p><a href="http://www.google.com/ig/add?feedurl={{URL}}">Subscribe via
      Google</a>.</p>
  </body>
</html>