]> git.wh0rd.org - nano-editor.git/blob - top.php
add a screenshot of a lean 5.7
[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-dark.css" media="(prefers-color-scheme: dark)"/>
8 <link rel="stylesheet" href="style-light.css" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"/>
9 </head>
10
11 <body>
12
13 <table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="8%">
14 <tr><td>
15
16 <table BORDER=0 CELLSPACING=0 WIDTH="100%" CLASS="inverted">
17 <tr>
18
19 <td>
20 &nbsp;Latest version:
21 <?php include "last-version"; ?>
22 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
23 </td>
24
25 <td align="center">
26 <a href="/">The GNU nano homepage</a>
27 </td>
28
29 <td align="right">
30 Modified:
31 <?php include "last-modified"; ?>
32 &nbsp;
33 </td>
34
35 </tr>
36 </table>
37
38 </td></tr>
39 </table>