Documentation for logbook format inserted as placeholder in 202 logbook

This commit is contained in:
Philip Sargent 2020-04-12 23:41:06 +01:00
parent 0a4efc1044
commit 256233193c

28
years/2020/logbook.html Normal file
View File

@ -0,0 +1,28 @@
<!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>