]> git.wh0rd.org - nano-editor.git/blobdiff - top.php
remove the invalid height attribute from all tables
[nano-editor.git] / top.php
diff --git a/top.php b/top.php
index c1274e0ea73209e6cfe3f61837ef6fbdcf440c0c..54450839dbb45cc26bdabe5152548132032ba36e 100644 (file)
--- a/top.php
+++ b/top.php
@@ -1,35 +1,43 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en">
+
 <head>
 <head>
-   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-   <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; Linux 2.4.0 i686) [Netscape]">
-   <link REL="SHORTCUT ICON" HREF="/favicon.ico">
+   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+   <title>nano &ndash; <?= $title ?></title>
+<?php if (isset($mainpage)): ?>
+   <meta name="description" content="GNU nano is a small editor for on the terminal. It supports syntax highlighting, spell checking, justifying, completion, undo/redo...">
+<?php endif; ?>
+   <link rel="icon" href="/favicon.ico">
+   <link rel="stylesheet" href="style-dark.css" media="(prefers-color-scheme: dark)">
+   <link rel="stylesheet" href="style-light.css" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)">
 </head>
 </head>
-<body text="#440077" bgcolor="#FFFFFF" link="#440077" vlink="#51188E" alink="#FF0000">
-
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="8%" NOSAVE >
-<tr NOSAVE>
-<td HEIGHT="8%" NOSAVE>
-<table BORDER=0 CELLSPACING=0 COLS=3 WIDTH="100%" BGCOLOR="#440077" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
-<A HREF="/">
-<font color="#FFFFFF">The GNU nano homepage</font></A></td>
-
-<td NOSAVE>
-<center><font color="#FFFFFF">Latest Version 
-<?php include "stable-version"; ?>
-</font></center>
-</td>
+
+<body>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr><td>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%" CLASS="inverted">
+<tr>
 
 <td>
 
 <td>
-<div align=right><font color="#FFFFFF">
-Modified: 
+&nbsp;Latest version:
+<?php include "last-version"; ?>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+</td>
+
+<td align="center">
+<a href="/">The GNU nano homepage</a>
+</td>
+
+<td align="right">
+Modified:
 <?php include "last-modified"; ?>
 <?php include "last-modified"; ?>
-</font></div>
+&nbsp;
 </td>
 </td>
+
 </tr>
 </table>
 </tr>
 </table>
-</td>
-</tr>
+
+</td></tr>
 </table>
 </table>