diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/views/tweets/index.html.erb	Thu Dec 11 15:47:36 2014 +0900
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<head>
+  <title>rsstweet</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+</head>
+<body>
+  <h1>rsstweet</h1>
+  <p>Proxying any user's tweet for usage with RSS readers</p>
+  <ul>
+    <li>
+      Source: <a href="http://bitbucket.org/edogawaconan/rsstweet">Bitbucket</a>
+    </li>
+  </ul>
+</body>