Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath7472 authored Jan 10, 2025
1 parent 12b76ab commit 24e8fa7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions youtube/index.html
Original file line number Diff line number Diff line change
@@ -3,19 +3,20 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>YouTube Shorts Mock</title>
<title>Youtube</title>
<link rel="stylesheet" href="style.css">
</head>
<body>

<!-- Top Bar: Back Arrow and Menu -->
<!-- Top Bar: Back Arrow and Menu
<div class="top-bar">
<div class="back-section">
<img src="https://img.icons8.com/ios-filled/50/ffffff/left.png" alt="Back" class="icon-back">
<p>Shorts</p>
</div>
<img src="https://img.icons8.com/ios-filled/50/ffffff/menu-2.png" alt="Menu" class="icon-menu">
</div>
-->

<!-- Video Container -->
<div class="shorts-container">
@@ -30,7 +31,7 @@
<div class="actions">
<div class="icon">
<img src="https://img.icons8.com/?size=100&id=85608&format=png&color=FFFFFF" alt="Like">
<p>10</p>
<p>10.5K</p>
</div>
<div class="icon">
<img src="https://img.icons8.com/?size=100&id=87695&format=png&color=FFFFFF" alt="Dislike">

0 comments on commit 24e8fa7

Please sign in to comment.