cointube / index.html
salomonsky's picture
Update index.html
6452ace verified
raw
history blame contribute delete
399 Bytes
<!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>
</body>
</html>