]> git.wh0rd.org - nano-editor.git/blame_incremental - top.php
add a line break
[nano-editor.git] / top.php
... / ...
CommitLineData
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 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <title>nano &ndash; <?= $title ?></title>
8<?php if (isset($mainpage)): ?>
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...">
10<?php endif; ?>
11 <link rel="icon" href="/favicon.ico">
12 <link rel="stylesheet" href="style.css">
13</head>
14
15<body>
16
17<table border=0 width="100%">
18<tr><td>
19
20<table id="top" border=0 width="100%" class="inverted">
21<tr>
22
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>
30
31</tr>
32</table>
33
34</td></tr>
35</table>