File size: 719 Bytes
2bcf027
 
 
 
 
 
6452ace
2bcf027
 
81a3b87
cad019a
6452ace
9fca902
 
 
cad019a
 
 
 
 
9fca902
2bcf027
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="es" class="h-full">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>CoinTube</title>
    <link rel="stylesheet" href="/index.css">
</head>
<body class="bg-gray-900 text-white h-full">
    <div id="root" class="h-full w-full"></div>
    
    <script type="module" src="/main.jsx"></script>

    <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
    <script type="text/javascript">
        window.onload = function() {
            if (window.emailjs) {
                emailjs.init("XK6EoFoAqInBoDjIe");
            }
        };
    </script>
</body>
</html>