summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-21 11:13:10 +0100
committerAndrew Dolgov <[email protected]>2005-08-21 11:13:10 +0100
commit1cd17194a52bb717f0fb42b52a105891e2df9ea8 (patch)
tree288eafdb32e0b4f2e48e15bc1c3cf899b6ea757f /tt-rss.php
initial mockup
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php37
1 files changed, 37 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
new file mode 100644
index 000000000..2abcea1a6
--- /dev/null
+++ b/tt-rss.php
@@ -0,0 +1,37 @@
+<html>
+<head>
+ <title>Tiny Tiny RSS</title>
+ <link rel="stylesheet" href="tt-rss.css" type="text/css">
+ <script type="text/javascript" src="tt-rss.js"></script>
+</head>
+
+<body onload="init()">
+
+<table width="100%" height="100%" cellspacing=0 cellpadding=0>
+<tr>
+ <td class="header" valign="middle" colspan="2">
+ Tiny Tiny RSS
+ </td>
+</tr>
+<tr>
+ <td valign="top" rowspan="2" id="feeds" class="feeds">
+ Here be feeds
+ </td>
+ <td id="headlines" class="headlines" valign="top">
+ Here be headlines
+ </td>
+</tr>
+ <td class="content" id="content" valign="top">
+ Here be content
+ </td>
+</tr>
+<tr>
+ <td colspan="2" id="notify" class="notify">
+ [Status Message Placeholder]
+ </td>
+</td>
+</table>
+
+
+</body>
+</html>