| @@ -0,0 +1,15 @@ | |||
| <!DOCTYPE html> | |||
| <html> | |||
| <head> | |||
| <meta charset="utf-8" /> | |||
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
| <title>Calendar</title> | |||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |||
| <!-- <link rel="stylesheet" type="text/css" media="screen" href="main.css" /> --> | |||
| <!-- <script src="main.js"></script> --> | |||
| </head> | |||
| <body> | |||
| <iframe src="https://calendar.google.com/calendar/embed?mode=WEEK&height=600&wkst=1&bgcolor=%23FFFFFF&src=vfh8pplofpo84neu6futc500kc%40group.calendar.google.com&color=%23B1440E&ctz=Asia%2FCalcutta" | |||
| style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe> | |||
| </body> | |||
| </html> | |||