mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 15:21:55 +00:00
29 lines
781 B
HTML
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 2020</h1>
|
|
|
|
<p>frontispiece
|
|
</p>
|
|
|
|
<br />
|
|
|
|
<!-- start of a log entry. Note the HR tag, it is needed. -->
|
|
<hr />
|
|
<div class="tripdate" id="t2020-07-07a">2020-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>
|