Skip to content

Instantly share code, notes, and snippets.

View cchlu-netizen's full-sized avatar

cchlu-netizen

  • Joined May 10, 2026
View GitHub Profile
@cchlu-netizen
cchlu-netizen / daily-report.html
Last active May 28, 2026 14:08
平鎮店每日報表
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>每日報表 2026-05-28</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Noto Sans TC',sans-serif;background:#0f172a;color:#e2e8f0;padding:16px;line-height:1.6;font-size:14px}