-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathski.html
More file actions
34 lines (32 loc) · 1.12 KB
/
ski.html
File metadata and controls
34 lines (32 loc) · 1.12 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
<!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>
<img src="logo2x.jpg" border="0" height="50" width="300">
<table border="3px">
<tr>
<td align=center>
<img src="ski.png" border="0" height="230" width="300">
<br>
</td>
</tr>
</table>
<table border="3px" width="200">
<tr>
<td align=center><br>
<a href="https://en.wikipedia.org/wiki/Little_Ski_Hill">Little Ski Hill</a>
<br><br>
<a href="https://en.wikipedia.org/wiki/Brundage_Mountain">Brundage Mountain</a>
<br><br>
<a href="https://en.wikipedia.org/wiki/Tamarack_Resort">Tamarack</a>
</td>
</tr>
</table>
</center>
</body>
</html>