Skip to content

Commit f102505

Browse files
committed
removed
1 parent 1592cbe commit f102505

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Youtube Clone/index.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<h1>Youtube</h1>
1717
</div>
1818
<body>
19-
<!-- top head -->
19+
2020
<nav class="navbar">
2121
<div href="#" class="logo">
2222
<img src="yt.svg" class="ytlogo" alt="YouTube Logo">
@@ -29,26 +29,20 @@ <h1>Youtube</h1>
2929
</button>
3030
</div>
3131

32-
<!-- right acccount at header -->
3332
<div class="account">
3433
<img src="img.jpg"/>
3534
</div>
3635
</nav>
37-
<!-- end header -->
38-
39-
<!-- side -->
36+
4037
<div class="sidebar">
4138
<a href="#">Home</a>
4239
<a href="#">Trending</a>
4340
<a href="#">Subscriptions</a>
4441
</div>
4542
<div class="content">
46-
<!-- Your main content goes here -->
4743
<h1>Main Content</h1>
4844
<p>This is the main content of the page.</p>
4945
</div>
50-
51-
5246
<script src="script.js"></script>
5347
</body>
5448
</html>

0 commit comments

Comments
 (0)