-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdummypage.html
117 lines (80 loc) · 2.58 KB
/
dummypage.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
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link href="dummystyle.css" rel="stylesheet" type="text/css" />
<script src="https://kit.fontawesome.com/ec3cab6f4a.js" crossorigin="anonymous"></script>
<title>Urban Brews</title>
</head>
<body>
<section class="top">
<header class="navheader">
<aside class="logo">
<img src="homepagepics\logo.png"/>
</aside>
<div class = "search-box">
<input type="search-text" name="" placeholder="Type to Search">
<a class="search-btn" href="#">
<i class="fas fa-search"></i>
</a>
</div>
<aside class="login">
<button>Sign In</button>
</aside>
</header>
<nav class="nav2">
<div>
<table class="categories">
<tr class="list">
<th><a href = "index.html">Home</a></th>
<th class="mob"> <a href = "mobiles.html" >Mobiles</a></th>
<th><a href = "#">TV & Appliances</a></th>
<th><a href = "#">Men</a></th>
<th><a href = "#">Women</a></th>
<th><a href = "#">Baby & Kids</a></th>
<th> <a href = "#">Home & Furnitures</a></th>
</tr>
</table>
</div>
</nav>
</section>
<section class="content">
<br><br><br><br><br><br><br><br><br>
<div class="text"><h1>This page is under Construction you can visit home, mobile and xiaomi 10 alpha section</h1></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<section class = "footer">
<ul>
<li>ABOUT</li>
<li>Contact us</li>
<li>About us</li>
<li>Careers</li>
<li>Press</li>
</ul>
<ul>
<li>HELP</li>
<li>Payments</li>
<li>Shipping</li>
<li>Cancellation & Returns</li>
<li>Report an Issue</li>
</ul>
<ul class="policy">
<li>POLICY</li>
<li>Return Policy</li>
<li>Time of Use</li>
<li>Careers</li>
<li>Privacy</li>
</ul>
<ul>
<li>Mail Us:</li>
<li>123 online shopping<br>6/23 abc complex,<br>def road,<br>Mumbai-40235</li>
</ul>
<ul>
<li>Registered Office</li>
<li>Kasoli, New Delhi</li>
</ul>
</section>
</section>
<script src="script.js"></script>
</body>
</html>