-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhot97-test.html
More file actions
47 lines (41 loc) · 1.19 KB
/
hot97-test.html
File metadata and controls
47 lines (41 loc) · 1.19 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
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<meta name="theme-color" content="#fafafa">
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
googletag.cmd.push(function() {
// googletag.pubads().disableInitialLoad();
});
var pbjs = pbjs || {};
pbjs.que = pbjs.que || [];
</script>
<!-- <script src="emmis.wqht.prebid.0310.js"></script> -->
<script>
googletag.cmd.push(function() {
googletag.defineSlot("/6732/emmis.wqht", [300, 250], "div-gpt-ad-1579798263022-0").addService(googletag.pubads());
// googletag.pubads().setTargeting('test', 'test01');
googletag.enableServices();
});
</script>
</head>
<body>
<div id="div-gpt-ad-1579798263022-0" style="width:300px;height:250px;">
<script>
googletag.cmd.push(function () {
googletag.display("div-gpt-ad-1614580334740-0")
});
</script>
</div>
</body>
</html>