Skip to content

Update index.html #4081

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,18 @@ <h5 style="font-style: italic; font-weight: bold; margin-top: 10px;">I am Arthur
</div>
<!-- arthur's message end -->
<!-- ************************************** -->

<!-- ************************************** -->
<!-- message from ARTHUS -->
<div style="text-align: center; background-color: blue; color: white; padding: 20px; margin: 10px;">
<h3>"A MAN CAN BE HIMSELF ONLY SO LONG AS HE IS ALONE; AND IF HE DOES NOT LOV SOLITUDE, HE WILL NOT LOVE FREEDOM; FOR IT IS ONLY WHEN HE IS ALONE THAT HE IS REALLY FREE. - ARTHUR SCHOPENHAUER"</h3>
<h4 style="font-style: italic; font-weight: bold; margin-top: 10px;">I AM ARTHUR</h4>
<h5 style="font-style: italic; font-weight: bold; margin-top: 8px;"><span style="font-style: normal; font-weight: normal; margin-left: 4px;">BYE!</span></h5>
</div>
<!-- arthur's message end -->
<!-- ************************************** -->



<!-- Message from Leo Huang -->
<p style="border: 3px dashed #1e90ff; padding: 1.5em; background-color: #f0f8ff; border-radius: 10px;">
I am immensely grateful to <span style="font-weight: bold; color: #ff4500; background-color: #fffacd; padding: 0.2em 0.4em; border-radius: 5px;">w3schools</span> for teaching me Git!
Expand Down