-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalendar.php
34 lines (29 loc) · 2.21 KB
/
calendar.php
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<title>Ezana LMS Calendar Plug In</title>
</head>
<body>
<div class="container">
<div class="card">
<div class="card-head text-center">
Ezana LMS Calendar Plug In
</div>
<hr>
<div class="card-body">
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=Africa%2FNairobi&src=NzZlcnNzdWs4MzJmZDU3dTc1cXIzMzJ1OWdAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&src=aGVlcnU1cTI4amk2MTgzb2h1NzNiaGFtdmtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&src=Y3R0N201cmozN2xsbDIxdHRlNTBubjljYXNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&src=dHB0dnJhdWczMTFwcWptMWhzdnJtaWF0NDRAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&src=ZW4ua2UjaG9saWRheUBncm91cC52LmNhbGVuZGFyLmdvb2dsZS5jb20&color=%23E4C441&color=%23D81B60&color=%23616161&color=%237986CB&color=%230B8043&showTitle=0&showNav=1&showTabs=1&showCalendars=1&showTz=1" style="border-width:0" width="1000" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
</body>
</html>