Commit | Line | Data |
---|---|---|
ab4d402a | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
ad48c444 BS |
2 | <html lang="en"> |
3 | ||
1b1bdcd3 | 4 | <head> |
ad48c444 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
098b934e BS |
6 | <title>nano — <?= $title ?></title> |
7 | <?php if (isset($mainpage)): ?> | |
43042318 | 8 | <meta name="description" content="GNU nano is a small editor for on the terminal. It supports syntax highlighting, spell checking, justifying, completion, undo/redo..."> |
098b934e | 9 | <?php endif; ?> |
ad48c444 | 10 | <link rel="icon" href="/favicon.ico"> |
7d81b70d MF |
11 | <link rel="stylesheet" href="style-dark.css" media="(prefers-color-scheme: dark)"/> |
12 | <link rel="stylesheet" href="style-light.css" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"/> | |
1b1bdcd3 | 13 | </head> |
b959585f | 14 | |
af998961 | 15 | <body> |
1b1bdcd3 | 16 | |
082f4e84 | 17 | <table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="8%"> |
c0e77d9d | 18 | <tr><td> |
5410fe0e | 19 | |
af998961 | 20 | <table BORDER=0 CELLSPACING=0 WIDTH="100%" CLASS="inverted"> |
cb81e8d7 | 21 | <tr> |
5410fe0e | 22 | |
cb81e8d7 | 23 | <td> |
af998961 | 24 | Latest version: |
ad48c444 BS |
25 | <?php include "last-version"; ?> |
26 | | |
5410fe0e | 27 | </td> |
1b1bdcd3 | 28 | |
af998961 MF |
29 | <td align="center"> |
30 | <a href="/">The GNU nano homepage</a> | |
1b1bdcd3 MF |
31 | </td> |
32 | ||
ad48c444 | 33 | <td align="right"> |
af998961 | 34 | Modified: |
1b1bdcd3 | 35 | <?php include "last-modified"; ?> |
ad48c444 | 36 | |
1b1bdcd3 | 37 | </td> |
5410fe0e | 38 | |
1b1bdcd3 MF |
39 | </tr> |
40 | </table> | |
5410fe0e BS |
41 | |
42 | </td></tr> | |
1b1bdcd3 | 43 | </table> |