-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (54 loc) · 1.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<html>
<head>
<title>Bloomsday Scripts</title>
</head>
<body>
<h1>Bloomsday Scripts</h1>
<p>
<a href="http://www.adobe.com/products/acrobat/readermain.html"
target="_blank" title="Get Adobe Reader">
<img src="http://www.adobe.com/images/get_adobe_reader.gif" align="left" />
</a>
Use the PDFs for printing.
</p>
<p> </p>
<table border="1">
<tr><td>10. Wandering Rocks</td>
<td><a href="wandering-rocks.pdf">PDF</a></td>
<td><a href="wandering-rocks.txt">Plain text</a></td>
<td><a href="wandering-rocks.html">HTML</a></td>
</tr>
<tr><td>11. Sirens</td>
<td><a href="sirens.pdf">PDF</a></td>
<td><a href="sirens.txt">Plain text</a></td>
<td><a href="sirens.html">HTML</a></td>
</tr>
<tr><td>12. Cyclops (Feb 3rd)</td>
<td><a href="cyclops-20060203.pdf">PDF</a></td>
<td><a href="cyclops-20060203.txt">Plain text</a></td>
<td><a href="cyclops-20060203.html">HTML</a></td>
</tr>
<tr><td>12. Cyclops (Mar 21st)</td>
<td><a href="cyclops-20060321.pdf">PDF</a></td>
<td><a href="cyclops-20060321.txt">Plain text</a></td>
<td><a href="cyclops-20060321.html">HTML</a></td>
</tr>
<tr><td>12. Cyclops (May 2nd)</td>
<td><a href="cyclops.pdf"><b>PDF</b></a></td>
<td><a href="cyclops.txt">Plain text</a></td>
<td><a href="cyclops.html">HTML</a></td>
</tr>
</table>
<!--
<ul>
<li> <a href="wandering-rocks.pdf">10. Wandering Rocks</a></li>
<li> <a href="sirens.pdf">11. Sirens</a></li>
<li> <a href="cyclops.pdf">12. Cyclops</a></li>
</ul>
-->
<p>See also the
<a href="http://www.WildGeeseSeattle.org/private/">private area</a>
of the
<a href="http://www.WildGeeseSeattle.org/">Wild Geese website</a>.</p>
</body>
</html>