From d27c0a31f150d17e47a2cf8048a1efcc67011489 Mon Sep 17 00:00:00 2001 From: Mannu Date: Sun, 10 May 2026 03:22:03 +0530 Subject: [PATCH] add Angel (portfolio tracker) to Finance & Intel section --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 32796c3..d268f8d 100644 --- a/index.html +++ b/index.html @@ -46,11 +46,12 @@ const SECTIONS = [ { id: "codeserver", name: "Code Server", desc: "Browser IDE", emoji: "๐Ÿ’ป", url: "https://code.manohargupta.com", status: "online", lastCheck: 18 }, { id: "litellm", name: "LiteLLM", desc: "Unified LLM gateway", emoji: "๐Ÿง ", url: "https://llm.manohargupta.com", status: "online", lastCheck: 5 }, { id: "apprise", name: "Apprise", desc: "Notification hub", emoji: "๐Ÿ””", url: "https://notify.manohargupta.com", status: "offline", lastCheck: 30 }, - { id: "angel", name: "Angel", desc: "Dev tool", emoji: "๐Ÿ˜‡", url: "https://angel.manohargupta.com", status: "online", lastCheck: 1 }, + ]}, { id: "finance", label: "Finance & Intel", services: [ { id: "tiger", name: "Tiger Agent", desc: "AI orchestration", emoji: "๐Ÿฏ", url: "https://agent.manohargupta.com", status: "online", lastCheck: 6 }, { id: "ladder", name: "Ladder", desc: "Paywall bypass ยท CORS proxy", emoji: "๐Ÿชœ", url: "https://ladder.manohargupta.com", status: "online", lastCheck: 9 }, + { id: "angel", name: "Angel", desc: "Portfolio tracker", emoji: "๐Ÿ˜‡", url: "https://angel.manohargupta.com", status: "online", lastCheck: 1 }, ]}, ];