-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathads.html
More file actions
56 lines (46 loc) · 2.02 KB
/
ads.html
File metadata and controls
56 lines (46 loc) · 2.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Advertisements</title>
<link rel="stylesheet" href="/styles/css/main.css">
<link rel="stylesheet" href="/styles/css/generic.css">
<style>
div {
display: flex;
flex-direction: row;
align-items: center;
align-content: center;
justify-content: center;
flex-wrap: wrap;
/* background-color: red; */
width: 90%;
min-height: 32px;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7901509396925745"
crossorigin="anonymous"></script>
<h1>Ads</h1>
<p>These are just some of the wonderful ads on the web today!</p>
<div>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-7901509396925745"
data-ad-slot="6306347725" data-ad-format="auto" data-full-width-responsive="true"></ins>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-7901509396925745"
data-ad-slot="2367102719" data-ad-format="auto" data-full-width-responsive="true"></ins>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-7901509396925745"
data-ad-slot="8162354876" data-ad-format="auto" data-full-width-responsive="true"></ins>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-7901509396925745"
data-ad-slot="6155839338" data-ad-format="auto" data-full-width-responsive="true"></ins>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-7901509396925745"
data-ad-slot="1189752415" data-ad-format="auto" data-full-width-responsive="true"></ins>
</div>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</body>
</html>