annotate app/views/tweets/index.html.erb @ 38:9e03bbbb1d43

Move static#index to tweet#index.
author edogawaconan <me@myconan.net>
date Thu, 11 Dec 2014 15:47:36 +0900
parents app/views/static/index.html.erb@86abbc9ce81b
children d4bda7501b77
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
1 <!DOCTYPE html>
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
2 <head>
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
3 <title>rsstweet</title>
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
5 </head>
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
6 <body>
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
7 <h1>rsstweet</h1>
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
8 <p>Proxying any user's tweet for usage with RSS readers</p>
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
9 <ul>
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
10 <li>
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
11 Source: <a href="http://bitbucket.org/edogawaconan/rsstweet">Bitbucket</a>
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
12 </li>
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
13 </ul>
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
14 </body>