-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathattedance.html
More file actions
30 lines (30 loc) · 900 Bytes
/
attedance.html
File metadata and controls
30 lines (30 loc) · 900 Bytes
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
29
30
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<link rel="stylesheet" type="text/css" href="css\attedance.css">
<div class="navbar">
<a href="index.html">Log Out</a>
<a href="dashboardguru.html">Home</a>
<img src="gambar\logo.png" class="logo">
</div>
<hr>
<form class="box">
<h1>B.Indonesia</h1><br>
<h2>Isillah dengan P (presents)</h2>
<div class="box1">
<p>Deadline : 23 Oktober 2019</p>
<p>Jam Mulai : 17.40</p>
<p>Jam Berakhir : 19.40</p>
</div>
</form>
<form class="box2"><br>
<input type="checkbox" class="pre">present<br>
<input type="checkbox" class="pre">Late<br>
<input type="checkbox" class="pre">Excused<br>
<input type="checkbox" class="pre">Absent<br>
</form>
<a href="liveclass.html"><input type="button" class="submit" value="Simpan" ></a>
</body>
</html>