-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdaithantai.html
More file actions
72 lines (71 loc) · 2.08 KB
/
daithantai.html
File metadata and controls
72 lines (71 loc) · 2.08 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
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>daithantai.html</title>
<style>
body {
background-color: white;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
margin: 0px;
}
.paragraph {
font-size: 14px;
line-height: 18px;
color: #303233
}
.icon {
width: 20px;
height: 20px;
}
.root {
background-color: #f0f5ff;
border-radius: 12px;
}
.container {
display: flex;
flex-direction: row;
padding-left: 10px;
padding-right: 10px;
}
.content {
padding-left: 5px;
margin-bottom: 0;
}
.momo-highlight {
color: #d82d8b;
}
.span-center {
padding-left: 25px;
}
.p-center{
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 10px;
}
</style>
</head>
<body>
<div class="root">
<div class="container">
<p>
<img src="https://i.imgur.com/yjq8XHL.png" class="icon" alt="">
</p>
<p class="paragraph content">
Bạn đang truy cập vào miniapp độc lập của đối tác, được cung cấp và chịu trách nhiệm bởi:
<strong>CTCP Lộc Đỉnh Cao</strong> - mua hộ các sản phẩm xổ số điện toán Thủ Đô và xổ số truyền thống toàn quốc.<br/>
Ví MoMo chỉ chịu trách nhiệm thanh toán.<br/>
Thông tin hỗ trợ vui lòng liên hệ CSKH Lộc Đỉnh Cao:<br/>
</p>
</div>
<div class="p-center paragraph">
<div>
<span class="span-center"><strong>Hotline: </strong><span class="momo-highlight">0338 977 544 - 0886 315 013</span></span><br/>
<span class="span-center"><strong>Email: </strong><span class="momo-highlight">hotro@daithantai.vn</span></span>
</div>
</div>
</div>
</body>
</html>