Files
lecturer/schedule.php
T
Willy Sudiarto Raharjo afd52a9a21 Fix Calendar.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
2015-01-09 08:27:31 +07:00

33 lines
942 B
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?src=willysr%40gmail.com&ctz=Asia/Jakarta" style="border: 0" width="960" height="800" frameborder="0" scrolling="no"></iframe>
</div>
<?php
include "includes/footer.php";
?>
</body>
</html>