-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
29 lines (21 loc) · 952 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<?php include "header.php"; ?>
<title>Internet Of Things | Menu Absensi</title>
</head>
<body id="body-pd">
<?php include "menu.php"; ?>
<!-- ISI -->
<section class="greetings">
<div class="typed">
<h1> <span id="red">Hallo,</span> <br> Selamat <span id="yellow"> Datang </span> <br> Di Sistem Absensi Siswa TOI <br> <span class="animation"></span></span>
<img src="images/hello.png" alt="" style="float: right; margin-top: -20rem; margin-right: -20px; display: inline;">
</h1>
</div>
<p class="text-light" style="font-size: 17px; color: #3D3D3D !important; letter-spacing: 5px;">Dibuat oleh <a href="https://github.com/ioofy/" target="_blank" style="color: green;">Ioofy</a> / All Rights Reserved.</p>
</section>
<?php include "footer.php"; ?>
<?php include "script.php"; ?>
</body>
</html>