]> git.wh0rd.org - tt-rss.git/blob - tt-rss.php
initial mockup
[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 </head>
7
8 <body onload="init()">
9
10 <table width="100%" height="100%" cellspacing=0 cellpadding=0>
11 <tr>
12 <td class="header" valign="middle" colspan="2">
13 Tiny Tiny RSS
14 </td>
15 </tr>
16 <tr>
17 <td valign="top" rowspan="2" id="feeds" class="feeds">
18 Here be feeds
19 </td>
20 <td id="headlines" class="headlines" valign="top">
21 Here be headlines
22 </td>
23 </tr>
24 <td class="content" id="content" valign="top">
25 Here be content
26 </td>
27 </tr>
28 <tr>
29 <td colspan="2" id="notify" class="notify">
30 [Status Message Placeholder]
31 </td>
32 </td>
33 </table>
34
35
36 </body>
37 </html>