瀏覽代碼

Added calendar for time tracking

pull/1/head
Rohan Verma 7 年之前
父節點
當前提交
89b74cb92c
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. +15
    -0
      calendar.html

+ 15
- 0
calendar.html 查看文件

@@ -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&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=vfh8pplofpo84neu6futc500kc%40group.calendar.google.com&amp;color=%23B1440E&amp;ctz=Asia%2FCalcutta"
style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</body>
</html>

Loading…
取消
儲存