mirror of
				https://github.com/bartvdbraak/hellob.art.git
				synced 2025-10-31 04:09:10 +00:00 
			
		
		
		
	feat: added initital code for 3d elements
This commit is contained in:
		
							parent
							
								
									1a366172fc
								
							
						
					
					
						commit
						353d51971b
					
				
					 8 changed files with 218 additions and 7 deletions
				
			
		|  | @ -1,3 +1,7 @@ | |||
| <svelte:head> | ||||
| 	<title>hellob.art — 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> | ||||
|  |  | |||
|  | @ -3,5 +3,9 @@ | |||
|   export let data; | ||||
| </script> | ||||
| 
 | ||||
| <svelte:head> | ||||
| 	<title>hellob.art — {data.title}</title> | ||||
| </svelte:head> | ||||
| 
 | ||||
| <!-- <h1>{data.title}</h1> | ||||
| <div>{@html data.content}</div> --> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue