-
Notifications
You must be signed in to change notification settings - Fork 39
/
nguoidung.html
58 lines (43 loc) · 1.55 KB
/
nguoidung.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
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Thế giới điện thoại</title>
<link rel="shortcut icon" href="img/favicon.ico" />
<!-- Load font awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
crossorigin="anonymous">
<script src="js/Jquery/Jquery.min.js"></script>
<!-- our files -->
<!-- css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/topnav.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/taikhoan.css">
<link rel="stylesheet" href="css/gioHang.css">
<link rel="stylesheet" href="css/nguoidung.css">
<link rel="stylesheet" href="css/footer.css">
<!-- js -->
<script src="data/products.js"></script>
<script src="js/classes.js"></script>
<script src="js/dungchung.js"></script>
<script src="js/nguoidung.js"></script>
</head>
<body>
<script> addTopNav(); </script>
<section>
<script> addHeader(); </script>
<img src="img/banners/blackFriday.gif" alt="" style="width: 100%;">
<div class="infoUser">
</div>
<div class="listDonHang"> </div>
</section> <!-- End Section -->
<script>
addContainTaiKhoan(); addPlc();
</script>
<div class="footer"><script>addFooter();</script></div>
<i class="fa fa-arrow-up" id="goto-top-page" onclick="gotoTop()"></i>
</body>
</html>