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 4b811f2 commit 8dd20ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<title>Like Me!</title>
<link rel="stylesheet" href="/src/style.css" />
<!-- Include Firebase Compatibility Build -->
<script type="module" src="/src/script.js"></script>
<script src="src/profile.js"></script>

</head>
<link rel="shortcut icon" href="src/icons8-love-64.png" type="image/x-icon">
</head>

<body>
Expand Down Expand Up @@ -67,8 +66,10 @@

<div class="credit-img-div"><img class="credit-img" src="src/credit.webp" alt=""></div>
<div class="credit-para">
<div><span class="developer-credit">developed by <a class="devloper-name" href="https://www.instagram.com/idkconundrum_/">sujan thapa</a></span></div>
<div class="credit-bio"><span class="bio">made with love <img class="heart" src="src/love.png" alt=""></span></div>
<div><span class="developer-credit">developed by <a class="devloper-name"
href="https://www.instagram.com/idkconundrum_/">sujan thapa</a></span></div>
<div class="credit-bio"><span class="bio">made with love <img class="heart" src="src/love.png"
alt=""></span></div>

</div>
</div>
Expand All @@ -88,8 +89,10 @@
</main>
<div class="user-names">
<div>
<div class="like-count"> <div class="like-box">Likes: <span id="likeCount">0</span></div></div>
</div>
<div class="like-count">
<div class="like-box">Likes: <span id="likeCount">0</span></div>
</div>
</div>
<div id="nameBackground"></div>
</div>

Expand Down
Binary file added src/icons8-love-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8dd20ec

Please sign in to comment.