Skip to content

Add comment to index.html #4084

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 60 additions & 57 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16836,14 +16836,14 @@ <h3>Thank you! w3schools. I've learned a lot of tutorials from your site.</h3>
God Never Fails!
<!-- End message from Mayor Wizzy -->

<!-- Message From kjrhee -->
<div class="w3-panel w3-black">
<p class="w3-large w3-serif">
<i class="fa fa-quote-right w3-xxlarge w3-margin-right"></i>
Success is not final, failure is not final: It is the courage to continue that counts.
Winston Churchill</p>
</div>
<!-- End message from kjrhee -->
<!-- Message From kjrhee -->
<div class="w3-panel w3-black">
<p class="w3-large w3-serif">
<i class="fa fa-quote-right w3-xxlarge w3-margin-right"></i>
Success is not final, failure is not final: It is the courage to continue that counts.
Winston Churchill</p>
</div>
<!-- End message from kjrhee -->



Expand Down Expand Up @@ -16923,60 +16923,63 @@ <h1 style="font-size: 50px; color: gold; text-shadow: 3px 3px 5px black;">Messag
<!-- End message from Mario Jorge -->

<!-- Message from kal_yar -->
<h1> Hey , Learning fork with W3schools.</h1>
<!-- End Message from kal_yar -->
<h1> Hey , Learning fork with W3schools.</h1>
<!-- End Message from kal_yar -->


<!-- Message from Hafeez -->
<div style="
max-width: 600px;
margin: 40px auto;
padding: 30px;
border: 4px solid gold;
border-radius: 20px;
background: linear-gradient(135deg, rgba(255,215,0,0.15), rgba(255,215,0,0.05));
box-shadow: 0 0 25px rgba(255, 215, 0, 0.6);
text-align: center;
font-family: 'Segoe UI', sans-serif;
">
<h1 style="
font-size: 42px;
color: gold;
text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
margin-bottom: 20px;
">
✨ Message from Hafeez ✨
</h1>
<p style="
font-size: 26px;
font-weight: 600;
color: #333;
">
Hello from India
</p>
</div>

<!-- End message from Hafeez -->
<!-- Message from Hafeez -->
<div style="
max-width: 600px;
margin: 40px auto;
padding: 30px;
border: 4px solid gold;
border-radius: 20px;
background: linear-gradient(135deg, rgba(255,215,0,0.15), rgba(255,215,0,0.05));
box-shadow: 0 0 25px rgba(255, 215, 0, 0.6);
text-align: center;
font-family: 'Segoe UI', sans-serif;
">
<h1 style="
font-size: 42px;
color: gold;
text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
margin-bottom: 20px;
">
✨ Message from Hafeez ✨
</h1>
<p style="
font-size: 26px;
font-weight: 600;
color: #333;
">
Hello from India
</p>
</div>

<!-- End message from Hafeez -->

<div>
<p>WAZUUUP</p>
</div>

<!-- Message from Linueas -->
<div style= " width: 100%;
box-sizing: border-box;
padding: 2rem 1rem;
margin: 0;
text-align: center;
font-size: 1.5rem;
font-weight: bold;
font-family: 'Georgia', serif;
color: #ffffff;
background-color: #0a0a" >
<h2><i>Thanks a lot W3Schools for all the amazing learning experiences.</i></h2>
<p>Linueas,Ug</p>


</div>
<!-- End User Message from Linueas -->

<!-- Message from Linueas -->
<div style= " width: 100%;
box-sizing: border-box;
padding: 2rem 1rem;
margin: 0;
text-align: center;
font-size: 1.5rem;
font-weight: bold;
font-family: 'Georgia', serif;
color: #ffffff;
background-color: #0a0a" >
<h2><i>Thanks a lot W3Schools for all the amazing learning experiences.</i></h2>
<p>Linueas,Ug</p>


</div>
<!-- End User Message from Linueas -->
<!-- End user messages -->


Expand Down