-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
62 lines (57 loc) · 2.42 KB
/
test.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<title>LAB 1 by Pham Tan Tai</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/lab5.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/gallery.css">
<link rel ="stylesheet" href ="css/newmenu.css"
</head>
<body>
<div>
<div logo>
<div class="header">
<header>
<img src="image/FPT_Polytechnic.png" height="100px" width="300px">
</header>
</div>
</div>
</div>
<body>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="lab1_bai1.html" target="main">Home </a>
<a href ="lab1_bai2.html" target="main">Album Of Tai</a>
<a href = "lab2_bai2.html" target="main">Phương Trình</a>
<a href ="gallery2.html" target="main" > Gallery 2.0</a>
<div class="subnav">
<button class="subnavbtn">TẬP THƠ <i class="fa fa-caret-down"></i></button>
<div class="subnav-content">
<a href="lab2_bai1.html" target="main">Thơ Tím</a>
<a href="lab3_bai1.html"target="main">Thơ Sao</a>
<a href="lab3_bai2.html" target = "main">Thơ Anh Hứa</a>
</div>
</div>
</div>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰ Menu</span>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
</script>
<div class ="aside">
<ul>
<li><a href="#">Máy tính xách tay</a></li>
<li><a href="#">Điện thoại di động</a></li>
<li><a href="#">Máy quay phim</a></li>
<li><a href="#">Máy chụp ảnh</a></li>
</ul>
</div>
</body>
<iframe src = "lab1_bai1.html" height="1000px" width="80%" name = "main" style="border: none;"></iframe>
<div class ="footer">Copyright By Tài Thần Đèn</div>
<br>