Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# WebDev
.author : Satya swaroop panigrahi

This is a simple beginner level ecommerce website frontend designed only using html css
8 changes: 5 additions & 3 deletions swaroop.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
<title>GadgetHub</title>
</head>
<body>
<!-- Header starts -->
<header>
<h1 style="font-size:60px;">GadgetHub</h1>

<!-- Navigation bar -->
<nav>
<ul>
<li><a href="#">Home</a></li>
Expand Down Expand Up @@ -40,12 +41,13 @@ <h1>ADDS</h1>

</section>

</header><!-- /header -->
</header><!-- header ends -->
<!-- footer starts -->
<footer>
<hr>
<p>Copyright &copy;GadgetHub.All Rights Reserved.</p>
<p>Made with &hearts; in India</p>
</footer>

</body>
</html>
</html>