Skip to content

Commit

Permalink
Hello
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmADeviler authored Jun 16, 2024
1 parent 3cddfe3 commit b9b91af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Friends_pages/chudail.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h2 class="logo">About Chudail</h2>
<nav class="navigation">
<a href="../index.html">Home</a>
<button class="button" type="submit">About you</button>
<button id="about-you-btn" class="button" type="submit">About you</button>
</nav>
</header>
<main>
Expand All @@ -31,5 +31,5 @@ <h2 class="logo">About Chudail</h2>
</section>
</main>
</body>

<script src="./script.js"></script>
</html>
4 changes: 2 additions & 2 deletions Friends_pages/kritika.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h2 class="logo">About Kritika</h2>
<nav class="navigation">
<a href="../index.html">Home</a>
<button class="button" type="submit">About you</button>
<button id="about-you-btn" class="button" type="submit">About you</button>
</nav>
</header>
<main>
Expand All @@ -31,5 +31,5 @@ <h2 class="logo">About Kritika</h2>
</section>
</main>
</body>

<script src="./script.js"></script>
</html>
4 changes: 2 additions & 2 deletions Friends_pages/penguin.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h2 class="logo">About Penguin</h2>
<nav class="navigation">
<a href="../index.html">Home</a>
<button class="button" type="submit">About you</button>
<button id="about-you-btn" class="button" type="submit">About you</button>
</nav>
</header>
<main>
Expand All @@ -31,5 +31,5 @@ <h2 class="logo">About Penguin</h2>
</section>
</main>
</body>

<script src="./script.js"></script>
</html>
4 changes: 2 additions & 2 deletions Friends_pages/sakshi.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h2 class="logo">About Sakshi</h2>
<nav class="navigation">
<a href="../index.html">Home</a>
<button class="button" type="submit">About you</button>
<button id="about-you-btn" class="button" type="submit">About you</button>
</nav>
</header>
<main>
Expand All @@ -31,5 +31,5 @@ <h2 class="logo">About Sakshi</h2>
</section>
</main>
</body>

<script src="./script.js"></script>
</html>

0 comments on commit b9b91af

Please sign in to comment.