-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (28 loc) · 876 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Codechef Contest Calendar</title>
<style>
h1,
h3 {
font-family: 'Raleway', 'Trebuchet MS', 'Arial', 'sans-serif';
}
body {
background-color: #ffffff;
}
</style>
</head>
<body>
<center>
<h1>Codechef Contest Calendar</h1>
<iframe
src="https://calendar.google.com/calendar/b/1/embed?height=550&wkst=2&bgcolor=%23ffffff&ctz=Asia%2FKolkata&src=N2RxbWZuNm12cmVpcWIyNmpkbjVydWs1amtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%2370237F&showTitle=0&title=Codechef%20Contest%20Calendar&showNav=1&showPrint=0&showTabs=1&showCalendars=1&showTz=1"
style="border-width:0"
width="850"
height="550"
frameborder="0"
scrolling="no"
></iframe>
</center>
</body>
</html>