Skip to content

Commit bc81f49

Browse files
index.html
1 parent af3ae8a commit bc81f49

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,12 +1540,7 @@ <h3>Get in Touch</h3>
15401540
</div>
15411541
</footer>
15421542

1543-
<script src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
1544-
<script>
1545-
(function(){
1546-
emailjs.init("ivo1olSGcP4aPhXdU"); // ✅ Your Public Key
1547-
})();
1548-
</script>
1543+
15491544

15501545

15511546
<!-- Scripts -->
@@ -2128,5 +2123,11 @@ <h3>Get in Touch</h3>
21282123
});
21292124
});
21302125
</script>
2126+
<script src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
2127+
<script>
2128+
(function(){
2129+
emailjs.init("ivo1olSGcP4aPhXdU"); // ✅ Your Public Key
2130+
})();
2131+
</script>
21312132
</body>
21322133
</html>

0 commit comments

Comments
 (0)