-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrive.html
More file actions
38 lines (37 loc) · 1.16 KB
/
drive.html
File metadata and controls
38 lines (37 loc) · 1.16 KB
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
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>Thành viên</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="gtk.css">
</head>
<body>
<HEADER>
<div class="head">
<br>
<h1>8A TEAM</h1>
</div>
</HEADER>
<nav>
<div class="nav">
<br>
<button class="btnNav"><a href="http://www.hango8a.ml" class="linkNav">Trang chủ</a></button>
<button class="btnNav"><a href="http://www.hango8a.ml/member.html" class="linkNav">Thành viên</a></button>
<button class="btnNav"><a href="http://www.hango8a.ml/exercise.html" class="linkNav"> Bài tập</a></button>
<button class="btnNav"><a href="https://www.facebook.com/groups/347553199610951" class="linkNav">Nhóm lớp</a></button>
<button class="btnNav"><a href="http://www.hango8a.ml/drive.html">Nhật kí</a></button>
<br>
</div>
</nav>
<section>
<!--Comment-->
<h1>Thông báo</h1>
<h2 class="heading">5/9</h2>
<h2 class="heading">3/9</h2>
<p>Tập trung nhắc nhở</p>
<h2 class="heading">1/9</h2>
<p>Tập trung ở trường</p>
</section>
</body>
</html>