]> git.wh0rd.org - nano-editor.git/blame - top.php
pull color styles out into CSS stylesheets
[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
BS
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6 <link rel="icon" href="/favicon.ico">
af998961 7 <link rel="stylesheet" href="style.css"/>
1b1bdcd3 8</head>
b959585f 9
af998961 10<body>
1b1bdcd3 11
082f4e84 12<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="8%">
c0e77d9d 13<tr><td>
5410fe0e 14
af998961 15<table BORDER=0 CELLSPACING=0 WIDTH="100%" CLASS="inverted">
cb81e8d7 16<tr>
5410fe0e 17
cb81e8d7 18<td>
af998961 19&nbsp;Latest version:
ad48c444
BS
20<?php include "last-version"; ?>
21&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
5410fe0e 22</td>
1b1bdcd3 23
af998961
MF
24<td align="center">
25<a href="/">The GNU nano homepage</a>
1b1bdcd3
MF
26</td>
27
ad48c444 28<td align="right">
af998961 29Modified:
1b1bdcd3 30<?php include "last-modified"; ?>
ad48c444 31&nbsp;
1b1bdcd3 32</td>
5410fe0e 33
1b1bdcd3
MF
34</tr>
35</table>
5410fe0e
BS
36
37</td></tr>
1b1bdcd3 38</table>