carbon-components-svelte/examples/rollup/public/index.html
Eric 0315a17d4a
Update examples, update README documentation (#772)
* chore(examples): update example set-ups

* chore: update readme docs
2021-07-29 15:51:34 -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>