forked from TMSAProgrammers/cyberpatriots-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalendar.html
55 lines (44 loc) · 1.67 KB
/
calendar.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body {
font-family: 'Raleway', sans-serif;
font-size: 48px;
}
</style>
<title>
Calendar
</title>
<link rel="stylesheet" type="text/css" href="CSS/calendar.css">
</head>
<body>
<script src="default_include.js"></script>
<div id="payload">
<h1 id="heading">Calendar</h1>
<!-- Payload -->
<div id="main">
<iframe
src="https://calendar.google.com/calendar/embed?title=Cyber%20Patriots&showPrint=0&showTabs=0&showTz=0&height=600&wkst=1&bgcolor=%23FFFFFF&src=tmsacademy.org_s73ekirah8he39m2lsbfbsrbds%40group.calendar.google.com&color=%235F6B02&src=tmsacademy.org_vvgko0g8hle395b6ibhahkfd9g%40group.calendar.google.com&color=%23333333&ctz=America%2FNew_York"
style="border-width:0" width="800" height="600" frameborder="0" scrolling="no" id="calendar">
</iframe>
<p class="blanktext">
what is love
baby dont hurt me
dont hurt me
no more
what is love
baby dont hurt me
dont hurt me
no more
what is love
baby dont hurt me
dont hurt me
no more
</p>
</div>
</div>
</body>
</html>