[Archived] Archived WIP of vielle.dev
at fix-the-posts-oml 13 lines 254 B view raw
1--- 2title: Test Post 3--- 4 5import Balloon from "@components/blog/balloon.svelte"; 6 7whats this about dawg 8 9<div style="padding: 15rem;"></div> 10 11<div style="position: absolute"> 12 <Balloon client:load id={0} boundingWidth={300} boundingHeight={0} /> 13</div>