You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/tt-rss.php

44 lines
851 B
PHTML

19 years ago
<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>
19 years ago
<td class="header" valign="middle" colspan="2">
Tiny Tiny RSS
</td>
</tr>
<tr>
<td class="toolbar" valign="middle" colspan="2">
<a class="button">Preferences</a>
<a class="button">Refresh</a>
19 years ago
</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>