]> git.wh0rd.org - nano-editor.git/blame - top.php
note the release of 6.2
[nano-editor.git] / top.php
CommitLineData
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">
c9b6377b 6 <title>nano &ndash; <?= $title ?></title>
098b934e 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">
a66700bf
BS
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
0bf067b4 17<table BORDER=0 CELLSPACING=0 WIDTH="100%">
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&nbsp;Latest version:
ad48c444
BS
25<?php include "last-version"; ?>
26&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
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 34Modified:
1b1bdcd3 35<?php include "last-modified"; ?>
ad48c444 36&nbsp;
1b1bdcd3 37</td>
5410fe0e 38
1b1bdcd3
MF
39</tr>
40</table>
5410fe0e
BS
41
42</td></tr>
1b1bdcd3 43</table>