-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule_cbjWebPage.html
54 lines (52 loc) · 1.55 KB
/
schedule_cbjWebPage.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
<doctype html>
<html>
<head>
<title>2014-2015 Schedule</title>
<link rel="stylesheet" href="styles_cbjWebPage.css">
</head>
<body>
<a href="cbjWebPage.html"><img src="7.21.14_images/cbjBanner.jpg" alt="Banner image for the Columbus Blue Jackets"></a>
<h1>Columbus Blue Jackets</h1>
<h2>2014-2015 Schedule</h2>
<table>
<thead>
<tr>
<th>October 2014</th>
</tr>
</thead>
<tbody>
<tr class="positionTitle">
<td>Date</td>
<td>Opponent</td>
<td>Location</td>
</tr>
<tr>
<td class="date">Thursday October 9th, 2014</td>
<td class="opponent">Sabers</td>
<td class="location">Buffalo, NY</td>
</tr>
<tr>
<td class="date">Saturday October 11th, 2014</td>
<td class="opponent">Rangers</td>
<td class="location">Columbus, OH</td>
</tr>
<tr>
<td class="date">Tuesday October 14, 2014</td>
<td class="opponent">Stars</td>
<td class="location">Columbus, OH</td>
</tr>
<tr>
<td class="date">Friday October 17, 2014</td>
<td class="opponent">Flames</td>
<td class="location">Columbus OH</td>
</tr>
<tr>
<td class="date">Saturday October 18, 2014</td>
<td class="opponent">Senators</td>
<td class="location">Ottowa, ON</td>
</tr>
</tbody>
</table>
<a href="cbjWebPage.html">Return to Homepage</a>
</body>
</html>