Commit 102ab099 by nakhan

Upload New File

parent 0b475665
Showing with 27 additions and 0 deletions
<?php
// not to create header every time
require "header.php";
?>
<main>
<div class="wrapper-main">
<section class="section-default">
<?php
if (!isset($_SESSION['id'])) {
echo '<video autoplay muted loop class="myvideo" width="100%", height="300">';
echo '<source src="img/movi_WebTech1.mp4" type="video/mp4">';
echo '</video>';
else if (isset($_SESSION['id'])) {
include 'calendar/index.php';
}
?>
</section>
</div>
</main>
<?php
require "footer.php";
?>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment