annotate app/views/static/index.html.erb @ 13:bf9dbbec8c1e
Put back secrets.yml because rails hate booting up without secret_key_base.
author |
edogawaconan <me@myconan.net> |
date |
Fri, 05 Sep 2014 18:52:03 +0900 |
parents |
86abbc9ce81b |
children |
|
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">
|
|
5 </head>
|
|
6 <body>
|
|
7 <h1>rsstweet</h1>
|
|
8 <p>Proxying any user's tweet for usage with RSS readers</p>
|
|
9 <ul>
|
|
10 <li>
|
|
11 Source: <a href="http://bitbucket.org/edogawaconan/rsstweet">Bitbucket</a>
|
|
12 </li>
|
|
13 </ul>
|
|
14 </body>
|