Vid2SS / index.html
Shinhati2023's picture
Create index.html
46eda1e verified
raw
history blame contribute delete
339 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kaboom Pipeline</title>
</head>
<body class="bg-obsidian-bg text-gray-300">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>