Skip to content

Commit

Permalink
Update footer content and enhance warning button style in index.html
Browse files Browse the repository at this point in the history
- Changed footer text to reflect the updated version of TempMail.
- Improved the warning button's style for better visibility and emphasis.
  • Loading branch information
mehmetkahya0 committed Jan 14, 2025
1 parent a314959 commit 7688468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<div class="footer-content">
<p>
<i class="fa-solid fa-code"></i>
Mehmet Kahya - 2025 - TempMail -
Mehmet Kahya - 2025 - TempMail V2 -
<a href="https://www.guerrillamail.com" target="_blank">
<i class="fa-solid fa-link"></i> guerrillamail.com
</a>
Expand All @@ -130,7 +130,7 @@
<i class="fa-brands fa-linkedin"></i>
</a>
</div>
<button class="warning-button" onclick="showWarning()">
<button class="warning-button" onclick="showWarning()" style="font-weight: bolder; background-color: rgb(246, 49, 49);">
<i class="fa-solid fa-triangle-exclamation"></i> Warning Note
</button>
</div>
Expand Down

0 comments on commit 7688468

Please sign in to comment.