File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -1179,12 +1179,16 @@ <h1 class="footer__title">Nipun</h1>
1179
1179
</ div >
1180
1180
</ div >
1181
1181
1182
- < p class ="footer__copy "> © NipunHedaoo. All rights reserved.</ p >
1183
- < div id =" count " > ... </ div >
1182
+ < p class ="footer__copy "> © NipunHedaoo. All rights reserved. </ p >
1183
+
1184
1184
</ div >
1185
1185
</ footer >
1186
1186
</ main >
1187
- < script src ="./js/counter.js "> </ script >
1187
+ < script >
1188
+ function updateVisitCount ( response ) {
1189
+ document . getElementById ( 'visits' ) . innerText = response . value ;
1190
+ }
1191
+ </ script >
1188
1192
< script type ="text/javascript " src ="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js "> </ script >
1189
1193
< script src ="./js/main.js "> </ script >
1190
1194
</ body >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments