summaryrefslogtreecommitdiffstats
path: root/webkit/glue/resources/feed.html
diff options
context:
space:
mode:
authorinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-27 00:20:51 +0000
committerinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-27 00:20:51 +0000
commitf5b16fed647e941aa66933178da85db2860d639b (patch)
treef00e9856c04aad3b558a140955e7674add33f051 /webkit/glue/resources/feed.html
parent920c091ac3ee15079194c82ae8a7a18215f3f23c (diff)
downloadchromium_src-f5b16fed647e941aa66933178da85db2860d639b.zip
chromium_src-f5b16fed647e941aa66933178da85db2860d639b.tar.gz
chromium_src-f5b16fed647e941aa66933178da85db2860d639b.tar.bz2
Add webkit to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/resources/feed.html')
-rw-r--r--webkit/glue/resources/feed.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/webkit/glue/resources/feed.html b/webkit/glue/resources/feed.html
new file mode 100644
index 0000000..c6a5747d
--- /dev/null
+++ b/webkit/glue/resources/feed.html
@@ -0,0 +1,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>