carbon-components-svelte/examples/rollup/public/index.html
2021-07-29 15:23:37 -07:00

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>