Skip to content

Instantly share code, notes, and snippets.

@cgpani
cgpani / gym.html
Created April 26, 2026 21:09
Gym tracker
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
<title>Gym</title>
<style>
:root{--bg:#0b0d10;--panel:#15191f;--panel2:#1b2027;--line:#262d36;--txt:#e7ebf0;--mut:#8a93a0;--acc:#7cf08a;--acc2:#ffb86b;--bad:#ff6b6b}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--txt);font:15px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}