-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexercise.html
More file actions
33 lines (33 loc) · 1.3 KB
/
exercise.html
File metadata and controls
33 lines (33 loc) · 1.3 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
<!DOCTYPE html>
<html>
<head>
<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">
<title>Bài tập</title>
</head>
<body>
<HEADER>
<div class="head">
<br>
<h1>8A TEAM</h1>
</div>
</HEADER>
<div class="background">
<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>
</nav>
</div>
<br>
<div style="background-color: white;">
<h2>Cần chút nhạc gì đó ư :v ? Cùng <q>YouTubeRepeater</q> nghe nhạc lặp lại vô tận nha </h2>
<iframe src="https://www.youtuberepeater.com/watch?v=djsCwjpyVNI&t=45s#gsc.tab=0" class="drive"></iframe>
<h2>Phần bài tập ở đây</h2>
<iframe src="https://drive.google.com/embeddedfolderview?id=1uPbPxebXPRB0MyVCnQXWk5eAdVL66WfT#grid"title="Bài tập" class="drive"></iframe>
</div>
</body>
</html>