-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcam-on.html
99 lines (70 loc) · 3.57 KB
/
cam-on.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
<!DOCTYPE html>
<html lang="en">
<head>
<title> Tin Tốt Mỗi Ngày </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="w-100 sans-serif">
<header class="w-100 pa1 ph5-ns bg-washed-yellow">
<div class="db dt-ns center mw9 center w-100">
<div class="db dtc-ns pt5 tc center w-50">
<span><img class="w-70 center w-30-l" src="img/tin-tot.svg"></span>
</div>
</div>
</header>
<main class="w-100 bg-washed-yellow pv1">
<div class="cf">
<div class="bg-washed-yellow pv5">
<!--h1>Tin Tốt</h1-->
<h2 class="georgia tc mw6 dark-gray center f2-l f3">Nhận Tin Tốt Mỗi Ngày vào Email Của Bạn</h2>
<div class="pa4-l">
<p class="mw6 measure georgia center tc f5 f4-l">Cảm ơn bạn đã đăng ký Tin Tốt mỗi ngày.</p>
<p class="mw6 georgia center tc f5 f4-l pt4"><a class="link black-70 db b hover-orange" href="/index.html" target="_blank">← Quay lại</a></p>
</div>
<!-- Basic Share Links -->
<div class="cf center tc">
<div class="center pa3 ma3">
<!-- Twitter (url, text, @mention) -->
<a class="br2 georgia bg-black link dim b dib white pa2 f6" style="background-color: #55acee;" href="https://twitter.com/share?url=https%3A%2F%2Ftintot.xyz&text=Nh%E1%BA%ADn+Tin+T%E1%BB%91t+M%E1%BB%97i+Ng%C3%A0y&via=coyotevn" target="_blank">
Twitter
</a>
<!-- Facebook (url) -->
<a class="br2 georgia bg-black link dim b dib white pa2 f6" style="background-color: #3B5998;" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Ftintot.xyz" target="_blank">
Facebook
</a>
<!-- Reddit (url, title)>
<a class="br2 georgia bg-black link dim b dib white pa2 f6" style="background-color: #ff5700;" href="https://reddit.com/submit?url=https%3A%2F%2Ftintot.xyz&title=Nh%E1%BA%ADn+Tin+T%E1%BB%91t+M%E1%BB%97i+Ng%C3%A0y" target="_blank">
Reddit
</a -->
<!-- LinkedIn (url, title, summary, source url) -->
<a class="br2 georgia bg-black link dim b dib white pa2 f6" style="background-color: #4875B4;" href="https://www.linkedin.com/shareArticle?url=https%3A%2F%2Ftintot.xyz&title=Tin+T%E1%BB%91t&summary=Nh%E1%BA%ADn+Tin+T%E1%BB%91t+M%E1%BB%97i+Ng%C3%A0y&source=https%3A%2F%2Ftintot.xyz" target="_blank">
LinkedIn
</a>
<!-- Email (subject, body) -->
<a class="br2 georgia bg-black link dim b dib white pa2 f6" style="background-color: #444444;" href="mailto:?subject=Trang%20Web%20Hay%20N%C3%A8&body=Nh%E1%BA%ADn%20Tin%20T%E1%BB%91t%20M%E1%BB%97i%20Ng%C3%A0y%20C%C3%B9ng%20V%E1%BB%9Bi%20tintot.xyz" target="_blank">
Email
</a>
</div>
</div>
</div>
</div>
</main>
<footer class="bg-washed-yellow tc black-70 ph3 ph5-ns pv4 pv4-ns">
<div class="mw9 center">
<div class="bt black w-100 mw6 center pb5"></div>
<div class="mb5 lh-copy">
<a class="georgia black-70 link hover-orange b dib mr3 mb3" href="https://tintot.substack.com" target="_blank" title="Lưu trữ email">
Lưu trữ
</a>
<!-- a class="georgia black-70 link hover-orange b dib mr3 mb3" href="/" title="Home">
Lưu trữ
</a -->
</div>
<div class="mt1 georgia">
Copyleft <span class="copyleft">©</span> 2020 – Tin Tốt
</div>
</div>
</footer>
</body>
</html>