Skip to content

Instantly share code, notes, and snippets.

View loic001's full-sized avatar

Loïc DELOBEL loic001

View GitHub Profile
@loic001
loic001 / account-health-report.html
Created March 4, 2026 21:47
Account Health Report - March 4, 2026
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<title>Account Health Report — 2026-03-04</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js@4"></script>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.5}