-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathswaroop.html
More file actions
51 lines (43 loc) · 1.39 KB
/
swaroop.html
File metadata and controls
51 lines (43 loc) · 1.39 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
<!DOCTYPE html>
<html>
<head>
<title>GadgetHub</title>
</head>
<body>
<header>
<h1 style="font-size:60px;">GadgetHub</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Guide</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Reviews</li>
<li><a href="#">Mobile</a></li>
<li><a href="#">Log in/Sign up</a></li>
<li><a href="#">About Us</a></li>
</ul>
</nav>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
<section>
<article>
<h1>Latest News</h1>
<img src="https://images.unsplash.com/photo-1571380401583-72ca84994796?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60" alt="">
</article>
</section>
<section>
<article>
<h1>ADDS</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/NrmMk1Myrxc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</article>
</section>
</header><!-- /header -->
<footer>
<hr>
<p>Copyright ©GadgetHub.All Rights Reserved.</p>
<p>Made with ♥ in India</p>
</footer>
</body>
</html>