Skip to content

Instantly share code, notes, and snippets.

View hamidmakrane's full-sized avatar

hamidmakrane

  • Joined Apr 15, 2026
View GitHub Profile
@hamidmakrane
hamidmakrane / privacy.html
Created April 15, 2026 14:46
Règles de confidentialité QR Scanner
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Politique de Confidentialité - QR Scanner Fast</title>
<style>
body { font-family: sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 40px auto; padding: 20px; }
h1 { color: #00FF41; border-bottom: 2px solid #00FF41; padding-bottom: 10px; }
h2 { color: #555; margin-top: 30px; }