expoweb/years/2021/logbook.html
2021-02-05 13:07:47 +00:00

29 lines
781 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>2020 Expo Logbook</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body id="logbk">
<h1>CUCC Expo Logbook 2021</h1>
<p>frontispiece
</p>
<br />
<!-- start of a log entry. Note the HR tag, it is needed. -->
<hr />
<div class="tripdate" id="t2021-07-07a">2021-07-07</div>
<div class="trippeople"><u>author</u>, lis, of, comma, separated, people</div>
<div class="triptitle">LOCATION - The rest of the title</div>
<!-- note that the LOCATION, e.g. 264, plateau, base camp, is separated by " - " from the rest of the title -->
<p> text of first trip
</p>
<div class="timeug">T/U: 1 hour</div>
<!-- end of a log entry -->
</body>
</html>