-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (60 loc) · 2.2 KB
/
index.html
File metadata and controls
65 lines (60 loc) · 2.2 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
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title> Your Website </title>
</head>
<body>
<header>
<img src="http://cdn.onlinewebfonts.com/svg/img_98756.png" alt="" width="100 px", height="100 px">
<br> <strong> Unleash Your Website </strong>
<nav>
<a href="">Home</a>
<a href="">Aboud us</a>
<a href="">Blog</a>
<a href="">Contact</a>
</nav>
</header>
<main>
<article>
<br><br><h2>Top benifits of having websites:</h2>
<img src="https://th.bing.com/th/id/OIP.9KuFiIGrQERPWHH2KcxhmQHaEK?w=271&h=180&c=7&o=5&pid=1.7" alt="">
<h4 <ol>
<li>Online Presence 24/7</li> <br>
<li>Information Exchange</li> <br>
<li>Credibility</li> <br>
<li>It Cuts Costs</li> <br>
<li>Market Expansion</li> <br>
<li>Consumer Insights</li> <br>
<li>Advertising</li> <br>
<li>Competitors Online</li>
</ol> </h4>
</article> <br>
<article>
<h2>Why you should choose us?</h2>
<img src="http://magcentre.com/wp-content/uploads/2017/06/how-to-create-a-website-feature-image-e1496943224192.jpg" alt="">
<h3><ol>
<li>An experienced Worldwide company have professionals from several countries work professionally to make catchy and proficient Websites</li> <br>
<li>We have more that 5000 Customers that Satisfy with our services </li> <br>
<li>+4000 with more than 500 different and unique ideas.</li>
</ol></h3>
</article> <br>
<article>
<h2>Start yourwebsite now:</h2>
<img src="https://asset.turboweb.co.nz/24/cache/file/5e389e951184e/d2b563260fc3550caf6bf19e430eb893/Smart+ways+to+start+on+website+content+with+Turboweb.jpg" alt="" width="400 px" height="300 px" >
<p><b>So start now, unleash your creativity to all over the world and get benifits of using powerful tools.</b></p>
<p><i>Don't hesitate to call us on +96279xxxxxx or Email us on: Axxxxxxx@example.com</i></p>
</article> <br>
</main>
<footer>
<nav>
<a href="">Home</a>
<a href="">Aboud us</a>
<a href="">Blog</a>
<a href="">Contact</a> <br>
</nav>
© Done by A.Omari
</footer>
<script src="app.js"></script>
</body>
</html>