-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (69 loc) · 1.39 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
63
64
65
66
67
68
69
70
71
72
73
<HTML>
<head>
<TITLE>game boards</TITLE>
</head>
<body text="000000" bgcolor="FFFFFF" link="333333" vlink="333333">
<center>
<font size=3 face=arial,sans-serif>
Game boards and rules for fine old games, printable SVG's formatted for 11x17" paper.<br>
They're formatted to be turned into placemats, because people get bored in restaraunts.<br>
The total equipment you'll need to play all the games is<br>
5 6-sided dice, 25 pennies, 25 nickels, a dime, and a pencil.
<br>
<table>
<td align=center>
<A HREF="alquerque.svg">
<img src="alquerque.jpg"><br>
Alquerque</a>
</td>
<td align=center>
<A HREF="cacho.svg">
<img src="cacho.jpg"><br>
Cacho</a>
</td>
<td align=center>
<A HREF="fiveinaRow.svg">
<img src="fiveinaRow.jpg"><br>
Five in a Row</a>
</td>
<td align=center>
<A HREF="foxAndGeese.svg">
<img src="foxAndGeese.jpg"><br>
Fox and Geese</a>
</td>
<td align=center>
<A HREF="hex.svg">
<img src="hex.jpg"><br>
Hex</a>
</td>
<br />
</table><table>
<td align=center>
<A HREF="morra.svg">
<img src="morra.jpg"><br>
Morra</a>
</td>
<td align=center>
<A HREF="morris.svg">
<img src="morris.jpg"><br>
Morris</a>
</td>
<td align=center>
<A HREF="seega.svg">
<img src="seega.jpg"><br>
Seega</a>
</td>
<td align=center>
<A HREF="tablut.svg">
<img src="tablut.jpg"><br>
Tablut</a>
</td>
<td align=center>
<A HREF="tabula.svg">
<img src="tabula.jpg"><br>
Tabula</a>
</td>
</font>
</center>
</BODY>
</HTML>