Fix the menus to work with the new system

This commit is contained in:
Sam
2019-02-26 19:32:27 +00:00
parent 5d576ab170
commit 4ce3de3f05
54 changed files with 131 additions and 23 deletions

View File

@@ -1,15 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Expo 2010 suggestions list</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Expo 2010 suggestions list</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<h1>Expo 2010 left-at-topcamp list</h1>
<ul>
<ul>
<li>5 250g bags of mashed potato</li>
<li>&half; Box of mashed potato</li>
<li>80 Darren drum of plain</li>
@@ -58,14 +58,16 @@
<li>Details of battery</li>
<li>Small battery, Yuasa NPC38-12I</li>
<li>Large battery, 350mm, 168mm, 180mm high</li>
</ul>
<hr />
<!-- LINKS -->
<ul id="links">
<li><a href="index.htm">Expo 2010 index</a></li>
<li><a href="../../infodx.htm">Main index of the expedition site</a></li>
<li><a href="../../index.htm">CUCC in Austria introduction page</a></li>
</ul>
</body>
</html>
</ul>
<hr />
<!-- LINKS -->
<div id="menu">
<ul id="links">
<li><a href="index.htm">Expo 2010 index</a></li>
<li><a href="../../infodx.htm">Main index of the expedition site</a></li>
<li><a href="../../index.htm">CUCC in Austria introduction page</a></li>
</ul>
</div>
</body>
</html>