mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
chore(examples): add routify set-up
This commit is contained in:
parent
a4aa2d9c77
commit
1d479eb835
16 changed files with 2885 additions and 0 deletions
15
examples/routify/static/__index.html
Normal file
15
examples/routify/static/__index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!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>routify</title>
|
||||
<link rel="stylesheet" href="/build/bundle.css" />
|
||||
__SCRIPT__
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue