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 4995daa commit d9a97d9Copy full SHA for d9a97d9
src/app.html
@@ -13,12 +13,16 @@
13
type="font/woff2"
14
crossorigin
15
/>
16
-
17
%sveltekit.head%
18
19
+ <!-- Start cookieyes banner -->
+ <script
20
+ id="cookieyes"
21
+ type="text/javascript"
22
+ src="https://cdn-cookieyes.com/client_data/7d0de7a43cc518960906cf03/script.js"
23
+ ></script>
24
+ <!-- End cookieyes banner -->
25
</head>
-<!-- Start cookieyes banner --> <script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/7d0de7a43cc518960906cf03/script.js"></script> <!-- End cookieyes banner -->
26
<body class="dark group/body antialiased" data-sveltekit-preload-data="hover">
27
<script>
28
// Theme
0 commit comments