]> git.wh0rd.org - tt-rss.git/blob - tt-rss.php
f63369bda251c9be222108487a099580a47a95ff
[tt-rss.git] / tt-rss.php
1 <html>
2 <head>
3 <title>Tiny Tiny RSS</title>
4 <link rel="stylesheet" href="tt-rss.css" type="text/css">
5 <script type="text/javascript" src="tt-rss.js"></script>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7 </head>
8
9 <body onload="init()">
10
11 <table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
12 <tr>
13 <td class="header" valign="middle" colspan="2">
14 Tiny Tiny RSS
15 </td>
16 </tr>
17 <tr>
18 <td class="toolbar" valign="middle" colspan="2">
19 <a class="button">Preferences</a>
20 <!-- <a class="button" href="javascript:refresh()">Refresh</a> -->
21 </td>
22 </tr>
23 <tr>
24 <td valign="top" rowspan="2" id="feeds" class="feeds">
25 &nbsp;
26 </td>
27 <td id="headlines" class="headlines" valign="top">
28 Please select the feed.
29 </td>
30 </tr>
31 <td class="content" id="content" valign="top">
32 &nbsp;
33 </td>
34 </tr>
35 <tr>
36 <td colspan="2" id="notify" class="notify">
37 [Status Message Placeholder]
38 </td>
39 </td>
40 </table>
41
42
43 </body>
44 </html>