File size: 317 Bytes
fb6ca42 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Cloudhands Test</title>
</head>
<body>
<h2>Cloudhands Button Below:</h2>
<div id="cloudhands-button-container"></div>
<!-- ✅ Load your Vite-generated JavaScript -->
<script type="module" src="./bundle.js"></script>
</body>
</html> |