mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
18 lines
495 B
HTML
18 lines
495 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
http-equiv="refresh"
|
|
content="0; URL='https://carbon-components-svelte.onrender.com'"
|
|
/>
|
|
<title>Carbon Components Svelte</title>
|
|
</head>
|
|
<body>
|
|
Documentation has moved:
|
|
<a href="https://carbon-components-svelte.onrender.com">
|
|
https://carbon-components-svelte.onrender.com
|
|
</a>
|
|
</body>
|
|
</html>
|