forked from chukwunonsoprosper/demo.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (46 loc) · 2.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Adnerx - Advertisement made easy</title>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<link rel="shortcut icon" href="icon/adnerx.jpg" type="image/x-icon">
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<link rel="stylesheet" href="min.css">
<script src='main.js'></script>
</head>
<body>
<div class="header">
<h2 class="right">AD<span style="color: orangered; border-radius: 10px;">nerx</span></h2>
<div class="login">
<a href="login.php">Login</a>
<a href="signup.php">Register</a>
</div>
</div>
<div class="welcome">
<center>
<div class="page">
<img style="height: 1.7cm;" src="icon/adnerx.jpg" alt="">
<p>ADnerx is a website that allows people to create Advertisements, to promote their business accross the globe...
Adnerx provides adverts creators with amazing tool to make their adverts reach potential customers...
</p>
</div>
<div class="page">
<h1>Why choose Adnerx</h1>
<p>Adnerx will make it very possible for advert creators to monetize each advertisement created on adnerx...
<br> To start earning from adnerx, you'll need to refer your friends to use the site...
when a user sign up with your referral link, you'll be getting a point which is equivalent to 0.4$...
</p>
</div>
<div class="page">
<h1>What type of Ad is accepted at Adnerx</h1>
<p>Creating irrelevant advertisement on advert might make your account restricted, in using some features...
the type of advert which is accepted on adnerx are advert which is meant to create awareness, promote business and other interesting things which will benefit other user of adnerx...
</p>
<code>@adnerx 2023</code>
</div>
</center>
</div>
</body>
</html>