We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e6568 commit c7bc72dCopy full SHA for c7bc72d
src/app.html
@@ -8,7 +8,8 @@
8
<link rel="preconnect" href="https://fonts.googleapis.com">
9
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10
<link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet">
11
-
+ <link href="/src/styles.css" rel="stylesheet">
12
+
13
%sveltekit.head%
14
</head>
15
<body data-sveltekit-preload-data="hover">
src/routes/+page.svelte
@@ -1,6 +1,3 @@
1
-<script>
2
- import './styles.css'
3
-</script>
4
<div class="menu">
5
<ul>
6
<li><a href="/csr">Contar letras client side</a></li>
src/routes/styles.css renamed to src/styles.css
0 commit comments