-
Notifications
You must be signed in to change notification settings - Fork 41
/
tintuc.html
101 lines (85 loc) · 4 KB
/
tintuc.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!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>Tin tức - 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">
<!-- 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/footer.css">
<link rel="stylesheet" href="css/tintuc.css">
<!-- js -->
<script src="data/products.js"></script>
<script src="js/dungchung.js"></script>
<script>
window.onload = function () {
khoiTao();
// thêm tags (từ khóa) vào khung tìm kiếm
var tags = ["Samsung", "iPhone", "Huawei", "Oppo", "Mobi"];
for (var t of tags) addTags(t, "index.html?search=" + t);
}
</script>
</head>
<body>
<script> addTopNav();</script>
<section style="min-height: 85vh">
<script> addHeader(); </script>
<div class="body-tintuc">
<div class="tintuc-info">
<a href="http://doanhnghiepvn.vn/cong-nghe/danh-gia-smartphone-chip-s660-ram-8-gb-gia-6-99-trieu-tai-viet-nam/2018112603315443" target="_blank">
<img src="img/tintuc/tintuc1.png">
<h2>Đánh giá smartphone chip S660, RAM 8 GB, giá 6,99 triệu tại Việt Nam</h2>
</a>
<br/>
<h5>Doanh ngiệp  3 giờ</h5>
</div>
<div class="tintuc-info">
<a href="https://thanhnien.vn/cong-nghe/kham-pha-smartphone-man-hinh-gap-duoc-dau-tien-cua-samsung-1027111.html" target="_blank">
<img src="img/tintuc/tintuc2.png">
<h2>Khám phá smartphone màn hình gập được đầu tiên của Samsung</h2>
</a>
<br/>
<h5>Thanh niên   6 giờ</h5>
</div>
<div class="tintuc-info">
<a href="https://vov.vn/cong-nghe/doanh-so-iphone-xs-va-iphone-xr-tham-hai-apple-san-xuat-lai-iphone-x-843717.vov" target="_blank">
<img src="img/tintuc/tintuc3.png">
<h2>Doanh số iPhone XS và iPhone XR thảm hại, Apple sản xuất lại iPhone X</h2>
</a>
<br/>
<h5>VOV   6 giờ</h5>
</div>
<div class="tintuc-info">
<a href="http://vietq.vn/chiec-dien-thoai-thong-minh-nay-cua-lg-se-co-toi-16-camera-d151674.html" target="_blank">
<img src="img/tintuc/tintuc4.png">
<h2>Chiếc điện thoại thông minh này của LG sẽ có tới 16 Camera</h2>
</a>
<br/>
<h5>VietQ   13 giờ</h5>
</div>
<div class="tintuc-info" style="border-bottom: 0;">
<a href="https://news.zing.vn/nhung-tieu-chi-ban-khong-nen-bo-qua-khi-mua-smartphone-2018-post894509.html" target="_blank">
<img src="img/tintuc/tintuc5.png" height="148px" width="224px;">
<h2>Những tiêu chí bạn không nên bỏ qua khi mua smartphone 2018</h2>
</a>
<br/>
<h5>Zing   9 giờ</h5>
</div>
</div>
</section>
<script> addContainTaiKhoan(); </script>
<div class="footer">
<script>addFooter();</script>
</div>
<i class="fa fa-arrow-up" id="goto-top-page" onclick="gotoTop()"></i>
</body>
</html>