[READ-ONLY] Mirror of https://github.com/flo-bit/flo-bit.github.io. my personal website, w/ astro, svelte, tailwind, typescript, threlte
flo-bit.dev/
portfolio
portfolio-website
svelte
sveltekit
tailwind
threejs
threlte
typescript
688 B
21 lines
1<!doctype html>
2<html lang="en" class="h-full dark">
3 <head>
4 <meta charset="utf-8" />
5
6 <link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/favicon.svg" />
7 <link rel="icon" type="image/png" href="%sveltekit.assets%/favicon.png" />
8
9 <meta name="viewport" content="width=device-width" />
10 %sveltekit.head%
11 <script src="https://unpkg.com/most-visible@2.0.0/dist/most-visible.min.js"></script>
12
13 <title>flo-bit portfolio</title>
14 </head>
15 <body
16 data-sveltekit-preload-data="hover"
17 class="h-full bg-white dark:bg-black transition-colors duration-150 dark:transition-color dark:duration-150"
18 >
19 <div style="display: contents">%sveltekit.body%</div>
20 </body>
21</html>