starbase-81/index.html
Jordan Roher 790dcb7a5f Trying an automated workflow
Added sample config
2023-04-22 11:06:06 -07:00

13 lines
301 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>My Website</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>