my website, hosted on wisp.place
at main 15 lines 396 B view raw
1--- 2import Layout from "../layouts/Layout.astro"; 3--- 4 5<Layout title="privacy" description="privacy information for devins.page"> 6 <div class="prose dark:prose-invert max-w-full"> 7 <h1>privacy</h1> 8 9 <p> 10 this website is deployed on <strong 11 ><a href="https://wisp.place">wisp.place</a></strong 12 >. i do not personally collect, store, or share any visitor data. 13 </p> 14 </div> 15</Layout>