Add empty logbook html file, and references in index

This commit is contained in:
Wookey 2014-03-31 01:20:01 +01:00
parent df113fa11b
commit 6eb6127a86
2 changed files with 21 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<p><span style="font-weight: bold;">Post-Expo Documentation</span></p>
<div>
<ul>
None yet
<li><a href="logbook.html">Logbook</a> <a href="/expoimages/writeups/2013/logbook.pdf">(pdf scan)</a></li>
</ul>
</div>
<hr />

20
years/2013/logbook.html Normal file
View File

@ -0,0 +1,20 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>2013 Expo Logbook</title></head>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
<body id="logbk">
<h1>Expo 2013</h1>
<!--fragment for each trip --
<div class="tripdate" id="t2013-07-">2013-07</div>
<div class="trippeople"><u></u></div>
<div class="triptitle"></div>
<p></p>
<div class="timeug">T/U: </div>
<hr>
--end of fragment-->
</body>
</html>