-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (99 loc) · 4.8 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hamilton Cops Hockey Schedules</title>
<link rel="stylesheet" href="./index.css">
<link rel="icon" href="./img/favicon.png">
</head>
<body>
<div class="container">
<h1>Hamilton Cops Hockey Schedules</h1>
<a href="webcal://calendar.google.com/calendar/ical/25c82a73cfe9801fea72da0be681f76f36861352912dcb36efcf5853a8914124%40group.calendar.google.com/public/basic.ics">
<button class="btn btn-bruins">
Bruins Download
</button>
</a>
<a href="https://calendar.google.com/calendar/embed?src=25c82a73cfe9801fea72da0be681f76f36861352912dcb36efcf5853a8914124%40group.calendar.google.com&ctz=America%2FToronto" target="_blank">
<button class="btn btn-bruins-outline">
Bruins Web Calendar
</button>
</a>
<a href="webcal://calendar.google.com/calendar/ical/4663f4289e33469b6b9b2b83e338cb98019b43c9bfb3fc2a26798bc10fadda92%40group.calendar.google.com/public/basic.ics">
<button class="btn btn-flyers">
Flyers Download
</button>
</a>
<a href="https://calendar.google.com/calendar/embed?src=4663f4289e33469b6b9b2b83e338cb98019b43c9bfb3fc2a26798bc10fadda92%40group.calendar.google.com&ctz=America%2FToronto" target="_blank">
<button class="btn btn-flyers-outline">
Flyers Web Calendar
</button>
</a>
<a href="webcal://calendar.google.com/calendar/ical/fe6c5f076a47ce92ae7e596baf41b199eaf0a6e533b48ba612706b7729c33231%40group.calendar.google.com/public/basic.ics">
<button class="btn btn-hawks">
Hawks Download
</button>
</a>
<a href="https://calendar.google.com/calendar/embed?src=fe6c5f076a47ce92ae7e596baf41b199eaf0a6e533b48ba612706b7729c33231%40group.calendar.google.com&ctz=America%2FToronto" target="_blank">
<button class="btn btn-hawks-outline">
Hawks Web Calendar
</button>
</a>
<a href="webcal://calendar.google.com/calendar/ical/ce4830832a6bdd1178549b1dfcedd0cebdb8cf2393184480d5fa195d2ee47145%40group.calendar.google.com/public/basic.ics">
<button class="btn btn-kings">
Kings Download
</button>
</a>
<a href="https://calendar.google.com/calendar/embed?src=ce4830832a6bdd1178549b1dfcedd0cebdb8cf2393184480d5fa195d2ee47145%40group.calendar.google.com&ctz=America%2FToronto" target="_blank">
<button class="btn btn-kings-outline">
Kings Web Calendar
</button>
</a>
<a href="webcal://calendar.google.com/calendar/ical/efd549cdd81b45f3a13e21f892bcf4e068a885fcf9d9b8dae8307a64effe076c%40group.calendar.google.com/public/basic.ics">
<button class="btn btn-leafs">
Leafs Download
</button>
</a>
<a href="https://calendar.google.com/calendar/embed?src=efd549cdd81b45f3a13e21f892bcf4e068a885fcf9d9b8dae8307a64effe076c%40group.calendar.google.com&ctz=America%2FToronto" target="_blank">
<button class="btn btn-leafs-outline">
Leafs Web Calendar
</button>
</a>
<a href="webcal://calendar.google.com/calendar/ical/2f25f6d409e8b17151a3cf3b9a670136492bf1eb992290cefec49972dff39127%40group.calendar.google.com/public/basic.ics">
<button class="btn btn-pens">
Pens Download
</button>
</a>
<a href="https://calendar.google.com/calendar/embed?src=2f25f6d409e8b17151a3cf3b9a670136492bf1eb992290cefec49972dff39127%40group.calendar.google.com&ctz=America%2FToronto" target="_blank">
<button class="btn btn-pens-outline">
Pens Web Calendar
</button>
</a>
<a href="webcal://calendar.google.com/calendar/ical/fc786e568e9c898152813a870fc081fe7fbf49507d0f42e0e294a974feeb8c34%40group.calendar.google.com/public/basic.ics">
<button class="btn btn-sens">
Sens Download
</button>
</a>
<a href="https://calendar.google.com/calendar/embed?src=fc786e568e9c898152813a870fc081fe7fbf49507d0f42e0e294a974feeb8c34%40group.calendar.google.com&ctz=America%2FToronto" target="_blank">
<button class="btn btn-sens-outline">
Sens Web Calendar
</button>
</a>
<a href="webcal://calendar.google.com/calendar/ical/472f2cbe955348738d99c3ffb4cadbb619b1e7fb2626c59242599e35f8aeadb6%40group.calendar.google.com/public/basic.ics">
<button class="btn btn-stars">
Stars Download
</button>
</a>
<a href="https://calendar.google.com/calendar/embed?src=472f2cbe955348738d99c3ffb4cadbb619b1e7fb2626c59242599e35f8aeadb6%40group.calendar.google.com&ctz=America%2FToronto" target="_blank">
<button class="btn btn-stars-outline">
Stars Web Calendar
</button>
</a>
<div class="footer">
<a class="footer-text" href="https://izzdevs.me">izzdevs.me</a>
</div>
</div>
</body>
</html>