mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
11 lines
222 B
HTML
11 lines
222 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>rollup</title>
|
|
<link rel="stylesheet" href="build/bundle.css" />
|
|
</head>
|
|
<body>
|
|
<script src="build/bundle.js"></script>
|
|
</body>
|
|
</html>
|