-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (50 loc) · 1.03 KB
/
index.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="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.native-ad {
display: inline-block;
width: 300px;
border: 1px solid #ccc;
padding: 10px;
text-align:center;
}
.native-ad-link {
text-decoration: none;
color: #000;
}
.native-ad-link:hover {
text-decoration: underline;
}
.native-ad-image img {
max-width: 100%;
height: auto;
}
.native-ad-title {
font-size: 18px;
margin: 0;
padding: 0;
}
.native-ad-description {
font-size: 14px;
margin: 5px 0 0;
padding: 0;
}
.banners > a >img {
margin: 5px;
}
</style>
</head>
<body>
<header>Ad Demo Page</header>
<h2>banner</h2>
<div data-entity-id="40dc031a-5cf9-4d26-b72f-ebcf01c46c23"></div>
<h2>native</h2>
<div data-entity-id="40dc031a-5cf9-4d26-b72f-ebcf01c46c26"></div>
<script src="src/provider.js"></script>
</body>
</html>