Skip to content

Commit

Permalink
Adding default favicon and public folder
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Bogdanovic <[email protected]>
  • Loading branch information
CerealKiller97 committed Feb 15, 2023
1 parent 96a9e9c commit 0243b9c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Svelte app</title>

<link rel="icon" href="/favicon.ico" type="image/x-icon" />

<script type="module" src="/src/main.ts"></script>
</head>

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Svelte app</title>

<link rel="icon" href="/favicon.ico" type="image/x-icon" />

<script type="module" src="/src/main.ts"></script>
</head>

Expand Down
Binary file not shown.
2 changes: 2 additions & 0 deletions src/versions/three/examples/typescript-tailwind/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Svelte app</title>

<link rel="icon" href="/favicon.ico" type="image/x-icon" />

<script type="module" src="/src/main.ts"></script>
</head>

Expand Down
Binary file not shown.
2 changes: 2 additions & 0 deletions src/versions/three/skeleton-ts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Svelte app</title>

<link rel="icon" href="/favicon.ico" type="image/x-icon" />

<script type="module" src="/src/main.ts"></script>
</head>

Expand Down
Binary file added src/versions/three/skeleton-ts/public/favicon.ico
Binary file not shown.

0 comments on commit 0243b9c

Please sign in to comment.