]> git.wh0rd.org - nano-editor.git/blame - top.php
add a line break
[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">
4d3973fd 6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
c9b6377b 7 <title>nano &ndash; <?= $title ?></title>
098b934e 8<?php if (isset($mainpage)): ?>
43042318 9 <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 10<?php endif; ?>
ad48c444 11 <link rel="icon" href="/favicon.ico">
3cd08e87 12 <link rel="stylesheet" href="style.css">
1b1bdcd3 13</head>
b959585f 14
af998961 15<body>
1b1bdcd3 16
0ac4ace2 17<table border=0 width="100%">
c0e77d9d 18<tr><td>
5410fe0e 19
795d27ea 20<table id="top" border=0 width="100%" class="inverted">
cb81e8d7 21<tr>
5410fe0e 22
795d27ea
MF
23<td>Latest version:
24<?php include "last-version"; ?></td>
25
26<td align="center"><a href="/">The GNU nano homepage</a></td>
27
28<td align="right">Modified:
29<?php include "last-modified"; ?></td>
5410fe0e 30
1b1bdcd3
MF
31</tr>
32</table>
5410fe0e
BS
33
34</td></tr>
1b1bdcd3 35</table>