Spaces:
Running
Running
Update index.html
Browse files- index.html +8 -0
index.html
CHANGED
|
@@ -9,5 +9,13 @@
|
|
| 9 |
<body class="bg-gray-900 text-white h-full">
|
| 10 |
<div id="root" class="h-full w-full"></div>
|
| 11 |
<script type="module" src="/main.jsx"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
</body>
|
| 13 |
</html>
|
|
|
|
| 9 |
<body class="bg-gray-900 text-white h-full">
|
| 10 |
<div id="root" class="h-full w-full"></div>
|
| 11 |
<script type="module" src="/main.jsx"></script>
|
| 12 |
+
|
| 13 |
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
|
| 14 |
+
<script type="text/javascript">
|
| 15 |
+
(function(){
|
| 16 |
+
// Tu Public Key de EmailJS
|
| 17 |
+
emailjs.init("XK6EoFoAqInBoDjIe");
|
| 18 |
+
})();
|
| 19 |
+
</script>
|
| 20 |
</body>
|
| 21 |
</html>
|