feat: added initital code for 3d elements

This commit is contained in:
Bart van der Braak 2023-07-27 16:45:26 +02:00
parent 1a366172fc
commit 353d51971b
8 changed files with 218 additions and 7 deletions

View file

@ -1,3 +1,7 @@
<svelte:head>
<title>hellob.art &mdash; blog</title>
</svelte:head>
<main class="container mx-auto px-4 py-8 text-left">
<h2 class="text-3xl font-bold mb-8">Blog posts</h2>
</main>

View file

@ -3,5 +3,9 @@
export let data;
</script>
<svelte:head>
<title>hellob.art &mdash; {data.title}</title>
</svelte:head>
<!-- <h1>{data.title}</h1>
<div>{@html data.content}</div> -->