carbon-components-svelte/examples/webpack/public/index.html
Eric Liu 99f1dd2c34 chore(examples): add webpack example set-up
The set-up uses the pre-compiled CSS.
2020-09-06 17:40:30 -07:00

15 lines
368 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>webpack</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
</body>
</html>