···1+---
2+import Layout from "../layouts/Layout.astro";
3+---
4+5+<Layout title="privacy" description="privacy information for devins.page">
6+ <h1>privacy</h1>
7+8+ <p>this website is deployed on Cloudflare Pages, and uses Cloudflare Web Analytics to help me understand basic traffic information. as of 2025, Cloudflare <a href="https://www.cloudflare.com/web-analytics">claims</a> that they do not use any client-side state, such as cookies or localStorage, to collect usage metrics, and don't fingerprint individuals via IP address, User Agent string, or any other data.</p>
9+10+ <p>i do not personally collect, store, or share any visitor data other than what cloudflare provides.</p>
11+12+ <a href="/">← home</a>
13+</Layout>