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