Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Pill Tracker PRO</title>
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2"></script>
<style>
:root { --p: #3182ce; --s: #48bb78; --w: #ed8936; --d: #e53e3e; --bg: #f7fafc; }
body { font-family: system-ui, sans-serif; padding: 10px; background: var(--bg); margin: 0; }