Skip to content

Instantly share code, notes, and snippets.

@Dacksom
Dacksom / privacy-policy.html
Created May 13, 2026 22:43
Política de Privacidad - Busca Tu Moto
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Política de Privacidad - Busca Tu Moto</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#0f0f0f;color:#e0e0e0;padding:24px;max-width:800px;margin:0 auto;line-height:1.7}
h1{font-size:28px;color:#fff;margin-bottom:8px}