mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +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>
|
BIN
examples/routify/static/favicon.ico
Normal file
BIN
examples/routify/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
2
examples/routify/static/robots.txt
Normal file
2
examples/routify/static/robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
Loading…
Add table
Add a link
Reference in a new issue