Procházet zdrojové kódy

Added calendar for time tracking

pull/1/head
Rohan Verma před 7 roky
rodič
revize
89b74cb92c
1 změnil soubory, kde provedl 15 přidání a 0 odebrání
  1. +15
    -0
      calendar.html

+ 15
- 0
calendar.html Zobrazit soubor

@@ -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>

Načítá se…
Zrušit
Uložit