-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathWebsite1.html
105 lines (103 loc) · 2.94 KB
/
Website1.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="Website1.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="main">
<div class="menu">
<ul>
<li>CATEGORIES</li>
<li>HOT TAGS</li>
<li>FEATURES</li>
<li>TEMPLATES</li>
<li>PREMIUM TEMPLATES</li>
<li>BACK TO POST</li>
</ul>
</div>
<div class="txt">
<input type="text" placeholder="Search.." />
</div>
</div>
<div class="main1">
<div class="heading">
<h1>App<font color="#0033FF">Landing</font></h1>
</div>
<div class="menu1">
<ol>
<li>Features</li>
<li>Product</li>
<li>Pricing</li>
<li>Contact Us</li>
</ol>
</div>
</div>
<div class="main3">
<div class="image">
<img src="../../Pictures/Wallpapers/6868819-windows-10-hd-desktop-wallpaper.jpg" />
</div>
<div class="info">
<h1>Super Landing Page</h1>
<h3>Powerful,Stylish and Modern Landing Page Templates.</h3>
</div>
</div>
<div class="circles">
<div class="c1">
<div class="image1">
<img src="../../Pictures/Web images/tablet.jpg" />
</div>
<h3 valign"bottom" align="center">Fully Responsive Templates</h3>
</div>
<div class="c2">
<div class="image2">
<img src="../../Pictures/Web images/hammer.jpg" />
</div>
<h3 valign"bottom" align="center">Easily to Customize & Update</h3>
</div>
<div class="c3">
<div class="image3">
<img src="../../Pictures/Web images/trophy.jpg" />
</div>
<h3 valign"bottom" align="center">Perfect Landing Page for Apps</h3>
</div>
</div>
<div class="main4">
<div class="heading1">
<h1>App<font color="#0033FF">Landing</font></h1>
</div>
<div class="menu1">
<ol>
<li>Features</li>
<li>Product</li>
<li>Pricing</li>
<li>Contact Us</li>
</ol>
</div>
</div>
<div class="header">
<h1 align="center">Simple & Easy to use Landing Page Template</h1>
<h3 align="center">Introducing the landing page that lets you present your app in graceful way.</h3>
</div>
<div class="main5">
<div class="mobile">
</div>
<div class="text1">
<h2 align="right"><font color="#0033FF">Modern Design</font></h2>
<p>Minimilastic and simple design with maximal emphasis.You will be glad to download this template.</p>
</div>
<div class="text2">
<h2 align="left"><font color="#0033FF">Amazing Design</font></h2>
<p>Becuse your app deserve an amazing landing page too.</p>
</div>
<div class="text3">
<h2 align="right"><font color="#0033FF">Bold and Clean</font></h2>
<p>It is Scientific fact that human can fully focus on one thing.</p>
</div>
<div class="text4">
<h2 align="left"><font color="#0033FF">Easy to Customize</font></h2>
<p>Try with differnt backgrounds colors and font sizes.It's your baby now.</p>
</div>
</body>
</html>