Mercurial > rsstweet
annotate app/views/tweets/index.html.erb @ 51:d4bda7501b77
Less serif.
author | nanaya <me@myconan.net> |
---|---|
date | Fri, 29 May 2015 04:44:47 +0900 |
parents | 9e03bbbb1d43 |
children | 54aac458e979 |
rev | line source |
---|---|
8 | 1 <!DOCTYPE html> |
2 <head> | |
3 <title>rsstweet</title> | |
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
51 | 5 |
6 <style type="text/css"> | |
7 body { | |
8 font-family: sans-serif; | |
9 font-size: 12px; | |
10 } | |
11 </style> | |
8 | 12 </head> |
13 <body> | |
14 <h1>rsstweet</h1> | |
15 <p>Proxying any user's tweet for usage with RSS readers</p> | |
16 <ul> | |
17 <li> | |
18 Source: <a href="http://bitbucket.org/edogawaconan/rsstweet">Bitbucket</a> | |
19 </li> | |
20 </ul> | |
21 </body> |