File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -99,18 +99,26 @@ <h3>Contribute</h3>
99
99
<span class="w3-xlarge w3-bottombar w3-border-dark-grey w3-padding-16">Leave A Message</span>
100
100
</div>
101
101
102
-
103
102
<!-- Insert your message below here -->
104
103
<!-- ************************************** -->
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 -->
106
114
<div style="text-align: center; background-color: blue; color: white; padding: 20px; margin: 10px;">
107
115
<h3>"No mud, no lotus." - Thich Nhat Hanh"</h3>
108
116
<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>
109
117
</h5>
110
118
</div>
111
119
<!-- Thich Nhat Hanh's message end -->
112
120
<!-- ************************************** -->
113
-
121
+
114
122
<h1>Thank you!</h1>
115
123
<p>Hello from ZA.</p>
116
124
<!-- Joseph Taqal Start -->
You can’t perform that action at this time.
0 commit comments