Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Pawguard</title>
<style>
:root {
--primary: #10b981;
--secondary: #064e3b;
@drinkwhy
drinkwhy / privacy-policy.html
Created February 23, 2026 22:36
Pawguard Privacy Policy.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Pawguard</title>
<style>
body { font-family: sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 0 auto; padding: 20px; }
h1 { color: #f97316; }
h2 { border-bottom: 2px solid #eee; padding-bottom: 5px; margin-top: 30px; }