Mercurial > rsstweet
annotate app/views/tweets/index.html.erb @ 86:5bfc986200db
The caching becomes a bit confusing because of parameters
author | nanaya <me@myconan.net> |
---|---|
date | Mon, 27 Jun 2016 05:14:10 +0900 |
parents | 54aac458e979 |
children | 394235fd42d2 |
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> | |
52 | 18 Source: <a href="https://bitbucket.org/nanaya1/rsstweet">Bitbucket</a> |
8 | 19 </li> |
20 </ul> | |
21 </body> |