]> git.wh0rd.org - nano-editor.git/blame - top.php
put the <title> tag inside the <head> section of each page
[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">
5704db4e 6 <title><?= $title ?></title>
ad48c444 7 <link rel="icon" href="/favicon.ico">
7d81b70d
MF
8 <link rel="stylesheet" href="style-dark.css" media="(prefers-color-scheme: dark)"/>
9 <link rel="stylesheet" href="style-light.css" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"/>
1b1bdcd3 10</head>
b959585f 11
af998961 12<body>
1b1bdcd3 13
082f4e84 14<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="8%">
c0e77d9d 15<tr><td>
5410fe0e 16
af998961 17<table BORDER=0 CELLSPACING=0 WIDTH="100%" CLASS="inverted">
cb81e8d7 18<tr>
5410fe0e 19
cb81e8d7 20<td>
af998961 21&nbsp;Latest version:
ad48c444
BS
22<?php include "last-version"; ?>
23&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
5410fe0e 24</td>
1b1bdcd3 25
af998961
MF
26<td align="center">
27<a href="/">The GNU nano homepage</a>
1b1bdcd3
MF
28</td>
29
ad48c444 30<td align="right">
af998961 31Modified:
1b1bdcd3 32<?php include "last-modified"; ?>
ad48c444 33&nbsp;
1b1bdcd3 34</td>
5410fe0e 35
1b1bdcd3
MF
36</tr>
37</table>
5410fe0e
BS
38
39</td></tr>
1b1bdcd3 40</table>