Skip to content

Commit 85f22e1

Browse files
Merge pull request #2995 from doremi1987/master
add guest book message
2 parents 6a3474b + f052084 commit 85f22e1

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

index.html

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11831,13 +11831,10 @@ <h1>Hello everyone from w3schools!</h1>
1183111831

1183211832
<!--message from GitHub Beginner-->
1183311833
<div class="w3-panel w3-leftbar w3-sand">
11834-
<p>Tutorial does not match what I see in the version of GitHub I have downloaded, but managing to muddle
11835-
through!</p>
11834+
<p>Tutorial does not match what I see in the version of GitHub I have downloaded, but managing to muddle through!</p>
1183611835
</div>
1183711836
<!-- end of message from GutHub Beginner-->
1183811837

11839-
11840-
1184111838
<!--message from Arda-->
1184211839
<div class="w3-panel w3-pale-red w3-leftbar w3-border-red w3-serif">
1184311840
<h1>Mohammad arda 2024-05-16</h1>
@@ -11859,29 +11856,35 @@ <h1>Prasad Metkar 2024-05-16</h1>
1185911856
<h1>Prasad Metkar 2024-05-16</h1>
1186011857
<p>Make your better version </p>
1186111858
</div>
11859+
11860+
<!-- message from SY -->
11861+
<blockquote class="w3-panel w3-leftbar w3-light-grey">
11862+
<p class="w3-large">
11863+
<i>"Good learning for begineer like me! Thanks"</i></p>
11864+
<i>SY, 2024-05-29</i>
11865+
</blockquote>
11866+
<!-- end of message from SY -->
1186211867

11863-
<!-- message from PavithraRanjana -->
11868+
<!-- message from PavithraRanjana -->
11869+
<div>
11870+
<h1>I'm Learning Git and Github with W3 School </h1>
1186411871
<div>
11865-
<h1>I'm Learning Git and Github with W3 School </h1>
11866-
<div>
11867-
<img src="https://repository-images.githubusercontent.com/566775932/315a8582-c0b1-4780-be7c-3305e0dab6e5" alt="picture of w3school">
11868-
<p> I'm from Sri Lanka too. I love learning all things Technology.</p>
11869-
<p> Thank you for teaching those technologies</p>
11872+
<img src="https://repository-images.githubusercontent.com/566775932/315a8582-c0b1-4780-be7c-3305e0dab6e5" alt="picture of w3school">
11873+
<p> I'm from Sri Lanka too. I love learning all things Technology.</p>
11874+
<p> Thank you for teaching those technologies</p>
1187011875
</div>
1187111876
</div>
11872-
<!-- end of message from PavithraRanjana -->
11877+
<!-- end of message from PavithraRanjana -->
1187311878

1187411879
<!-- End user messages -->
11880+
1187511881
</div>
1187611882
</div>
11877-
1187811883
<!-- Footer -->
1187911884
<footer class="w3-container w3-padding-32 w3-light-grey w3-center">
1188011885
<a href="#" class="w3-button w3-black w3-margin">To the top</a>
1188111886
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank"
1188211887
class="w3-hover-text-green">w3.css</a></p>
1188311888
</footer>
11884-
1188511889
</body>
11886-
11887-
</html>
11890+
</html>

0 commit comments

Comments
 (0)