mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
12 lines
318 B
HTML
12 lines
318 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="description" content="Snowpack App" />
|
|
<title>snowpack</title>
|
|
</head>
|
|
<body>
|
|
<script type="module" src="/index.js"></script>
|
|
</body>
|
|
</html>
|