Spaces:
Running
Running
IMPORTANT: relative paths
Browse files- public/index.html +4 -4
public/index.html
CHANGED
|
@@ -6,11 +6,11 @@
|
|
| 6 |
|
| 7 |
<title>Svelte app</title>
|
| 8 |
|
| 9 |
-
<link rel='icon' type='image/png' href='
|
| 10 |
-
<link rel='stylesheet' href='
|
| 11 |
-
<link rel='stylesheet' href='
|
| 12 |
|
| 13 |
-
<script defer src='
|
| 14 |
</head>
|
| 15 |
|
| 16 |
<body>
|
|
|
|
| 6 |
|
| 7 |
<title>Svelte app</title>
|
| 8 |
|
| 9 |
+
<link rel='icon' type='image/png' href='./favicon.png'>
|
| 10 |
+
<link rel='stylesheet' href='./global.css'>
|
| 11 |
+
<link rel='stylesheet' href='./build/bundle.css'>
|
| 12 |
|
| 13 |
+
<script defer src='./build/bundle.js'></script>
|
| 14 |
</head>
|
| 15 |
|
| 16 |
<body>
|