We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3ae8a commit bc81f49Copy full SHA for bc81f49
1 file changed
index.html
@@ -1540,12 +1540,7 @@ <h3>Get in Touch</h3>
1540
</div>
1541
</footer>
1542
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>
+
1549
1550
1551
<!-- Scripts -->
@@ -2128,5 +2123,11 @@ <h3>Get in Touch</h3>
2128
2123
});
2129
2124
2130
2125
</script>
2126
+ <script src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
2127
+<script>
+ (function(){
+ emailjs.init("ivo1olSGcP4aPhXdU"); // ✅ Your Public Key
+ })();
2131
+</script>
2132
</body>
2133
</html>
0 commit comments