Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sujanthapa01 committed Feb 1, 2024
1 parent 2391cb4 commit e124233
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
File renamed without changes.
36 changes: 36 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
<!-- Include Firebase Compatibility Build -->
<script type="module" src="script.js"></script>

</head>
</head>
<body>
<main>
<div class="container">

<input class="name-input" type="text">
<input class="insta-input" type="text">
<div class="msg-wrapper">
<span class="msg">this is messege</span>
</div>

<div class="like-wrapper">
<button class="btn">
<img class="like-btn" src="greylike.png" alt="" />
<span>like</span>
</button>

<div class="like-count">Likes: <span id="likeCount">0</span></div>
</div>
</div>
</main>

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

0 comments on commit e124233

Please sign in to comment.