-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (61 loc) · 2.73 KB
/
Copy pathindex.html
File metadata and controls
66 lines (61 loc) · 2.73 KB
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="mobileNewsNewCss4.css" />
</head>
<body>
<center>
<table border="1">
<tr>
<td align=center>
<img src="mccallIntro.JPG" border="0" height="230" width="300">
</tr>
</td>
<tr>
<td>
<div id="gray">
<ul class="nav">
<li><a href="historyname.html"><img src="mccall.JPG" alt="" border="0" height="30" width="30"/> Lake City</a>
</li>
<li><a href="sawmill.html"><img src="sawmill4.JPG" alt="" border="0" height="30" width="30"/> Sawmill </a>
</li>
<li><a href="hotel.html"><img src="hotel.JPG" alt="" border="0" height="30" width="30"/> Hotel McCall </a>
</li>
<li><a href="finns.html"><img src="finlogo.png" alt="" border="0" height="30" width="30"/> Finnish Church </a>
</li>
<li><a href="routes.html"><img src="crossing.JPG" alt="" border="0" height="30" width="30"/> Transportation </a>
</li>
<li><a href="bridges.html"><img src="bridge.png" alt="" border="0" height="30" width="30"/> Bridges </a>
</li>
<li><a href="yqlGolf.html"><img src="golf.jpg" alt="" border="0" height="30" width="30"/> Golf</a>
</li>
<li><a href="ski.html"><img src="ski.png" alt="" border="0" height="30" width="30"/> Skiing </a>
</li>
<li><a href="tapawingo.html"><img src="tapLogo.JPG" alt="" border="0" height="30" width="30"/> Camp Tapawingo </a>
</li>
<li><a href="yachtclub.html"><img src="yacht.JPG" alt="" border="0" height="30" width="30"/> Yacht Club </a>
</li>
<li><a href="jr.html"><img src="simplot.JPG" alt="" border="0" height="30" width="30"/> J.R. Simplot </a>
</li>
<li><a href="shorelodge.html"><img src="shore.jpg" alt="" border="0" height="30" width="30"/> Shore Lodge</a>
</li>
<li><a href="smokej.html"><img src="smokelogo.jpg" alt="" border="0" height="30" width="30"/> Smoke Jumpers</a>
</li>
<li><a href="beavers.html"><img src="beavjump.jpg" alt="" border="0" height="30" width="30"/> Beaver Jump</a>
</li>
<li><a href="sharlie.html"><img src="sharlie2.JPG" alt="" border="0" height="30" width="30"/> Sharlie</a>
</li>
<li><a href="https://parksandrecreation.idaho.gov/parks/ponderosa"><img src="ponderosa.png" alt="" border="0" height="30" width="30"/> Ponderosa State Park</a>
</li>
<li><a href="https://www.manchestericecenter.com"><img src="skate.JPG" alt="" border="0" height="30" width="30"/> Manchester Ice and Event Centre </a>
</li>
</ul>
</div>
</td>
</tr>
</table>
</center>
</body>
</html>