mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
22 lines
582 B
HTML
22 lines
582 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
<meta name="theme-color" content="#161616" />
|
|
|
|
%sapper.base%
|
|
|
|
<link rel="manifest" href="manifest.json" crossorigin="use-credentials" />
|
|
<link rel="icon" type="image/png" href="favicon.png" />
|
|
<link rel="stylesheet" href="style.css" />
|
|
<title>Carbon Components Svelte</title>
|
|
|
|
%sapper.styles% %sapper.head%
|
|
</head>
|
|
<body>
|
|
<div id="sapper">%sapper.html%</div>
|
|
|
|
%sapper.scripts%
|
|
</body>
|
|
</html>
|