platform-codebase/@templates/feature-showcase/index.html
Lilith a9bf74e550 chore(src): 🔧 Update TypeScript files in src directory (46 files updated)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 04:48:42 -08:00

13 lines
365 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Feature Showcase</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>