Update Schedule.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo
2015-01-12 18:46:33 +07:00
parent afd52a9a21
commit 8d5e6910af
+3 -1
View File
@@ -23,7 +23,9 @@ include "includes/navbar.html";
?>
</header>
<div id="calendar" style="text-align:center; margin: auto;">
<iframe src="https://www.google.com/calendar/embed?src=willysr%40gmail.com&ctz=Asia/Jakarta" style="border: 0" width="960" height="800" frameborder="0" scrolling="no"></iframe>
<iframe
src="https://www.google.com/calendar/embed?mode=WEEK&amp;height=800&amp;wkst=2&amp;bgcolor=%23FFFFFF&amp;src=willysr%40gmail.com&amp;color=%2329527A&amp;ctz=Asia%2FJakarta"
style=" border-width:0 " width="960" height="800" frameborder="0" scrolling="no"></iframe>
</div>
<?php
include "includes/footer.php";