Files
lecturer/schedule.php
T
Willy Sudiarto Raharjo 8d5e6910af Update Schedule.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
2015-01-12 18:46:33 +07:00

35 lines
1.0 KiB
PHP

<!DOCTYPE html>
<head>
<title>Willy Sudiarto Raharjo - Lecturer Page</title>
<?php
include "includes/meta.html";
?>
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Lecturer, Duta Wacana Christian University, DWCU, Duta Wacana" />
<meta name="description" content="Lecturer page of Willy Sudiarto Raharjo" />
<link rel="icon" href="images/favicon.ico" type="image/ico" />
<style type="text/css">
@import "includes/index.css";
@import "includes/normalize.css";
</style>
</head>
<body>
<?php
include "includes/functions.php";
?>
<header role="banner">
<?php
include "includes/navbar.html";
?>
</header>
<div id="calendar" style="text-align:center; margin: auto;">
<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";
?>
</body>
</html>