-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (43 loc) · 2.53 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<html>
<head>
<link rel="stylesheet" href="https://willdev12.github.io/HTML-Ads/pages/website.css">
</head>
<body>
<div class="container">
<h4>Html AD templates</h4>
<h6>View on <a href="https://github.com/WillDev12/HTML-Ads">Github</a></h6>
<img src="https://img.shields.io/github/forks/WillDev12/HTML-Ads?style=social">
<img src="https://img.shields.io/github/stars/WillDev12/HTML-Ads?style=social">
</div>
<div class="container">
<div style="float:left;width:50%;border-right: solid 1px rgba(240,240,240);height:300px;">
<h5>What is this?</h5>
<br>
<p>Ads have been the talk of the century ever since <br>The get-rich-quick phase of the internet rose in<br>popularity. As a common and popular way to<br>earn money for your hard work, ads can be spotted<br>all over webpages, blogs, news articles, and even business<br>pages as a last ditch attempt to make up rising url<br>debt or feed the wife and kids. Provided are a few simple<br>html ad templates that are high in demand for<br>you to edit and play around with in your own way.</p>
</div>
<div>
<h5>Where can I get them?</h5>
<br>
<p>To see them in action, simply click on a button</p>
<input type="button" onclick="location.href='https://willdev12.github.io/HTML-Ads/classification/banner';" value="Banner" style="width:110px;"/>
<input type="button" onclick="location.href='https://willdev12.github.io/HTML-Ads/classification/push';" value="Push" style="width:110px;" />
<input type="button" onclick="location.href='https://willdev12.github.io/HTML-Ads/classification/banner-vertical';" value="Banner Vertical" style="width:150px;" />
<br>
<br>
<br>
<h5>Alternatively, here is how to embed</h5>
<br>
<div class="code">
<script src="https://WillDev12.github.io/HTML-Ads/embed/[CLASS].js"></script>
<button class="copybutton" onclick="copyText()">copy</button>
</div>
</div>
</div>
<script>
function copyText() {
navigator.clipboard.writeText("<" + 'script src="https://willdev12.github.io/HTML-Ads/embed/[CLASS].js"' + "><" + "/script>");
alert("Text copied");
}
</script>
</body>
</html>