]> git.wh0rd.org - nano-editor.git/blob - top.php
pull color styles out into CSS stylesheets
[nano-editor.git] / top.php
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html lang="en">
3
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6 <link rel="icon" href="/favicon.ico">
7 <link rel="stylesheet" href="style.css"/>
8 </head>
9
10 <body>
11
12 <table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="8%">
13 <tr><td>
14
15 <table BORDER=0 CELLSPACING=0 WIDTH="100%" CLASS="inverted">
16 <tr>
17
18 <td>
19 &nbsp;Latest version:
20 <?php include "last-version"; ?>
21 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
22 </td>
23
24 <td align="center">
25 <a href="/">The GNU nano homepage</a>
26 </td>
27
28 <td align="right">
29 Modified:
30 <?php include "last-modified"; ?>
31 &nbsp;
32 </td>
33
34 </tr>
35 </table>
36
37 </td></tr>
38 </table>