Skip to content

Commit a949569

Browse files
Merge pull request #3824 from hkkmwong/master
Update index.html
2 parents 0377896 + e6c2159 commit a949569

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,18 +99,26 @@ <h3>Contribute</h3>
9999
<span class="w3-xlarge w3-bottombar w3-border-dark-grey w3-padding-16">Leave A Message</span>
100100
</div>
101101

102-
103102
<!-- Insert your message below here -->
104103
<!-- ************************************** -->
105-
<!-- message from Thich Nhat Hanh -->
104+
105+
<!-- Javascript -->
106+
<h2>First JavaScript</h2>
107+
<button type="button"
108+
onclick="document.getElementById('demo').innerHTML = Date()">
109+
Click me to display Date and Time.</button>
110+
<p id="demo"></p>
111+
<!-- Javascript end -->
112+
113+
<!-- message from Thich Nhat Hanh -->
106114
<div style="text-align: center; background-color: blue; color: white; padding: 20px; margin: 10px;">
107115
<h3>"No mud, no lotus." - Thich Nhat Hanh"</h3>
108116
<h5 style="font-style: italic; font-weight: bold; margin-top: 10px;">I grow in mud!<span style="font-style: normal; font-weight: normal; margin-left: 4px;"></span>
109117
</h5>
110118
</div>
111119
<!-- Thich Nhat Hanh's message end -->
112120
<!-- ************************************** -->
113-
121+
114122
<h1>Thank you!</h1>
115123
<p>Hello from ZA.</p>
116124
<!-- Joseph Taqal Start -->

0 commit comments

Comments
 (0)