Skip to content

Instantly share code, notes, and snippets.

View ClaireC96's full-sized avatar

claire ClaireC96

View GitHub Profile
@ClaireC96
ClaireC96 / weekly_report_2026-04-01_04-08.html
Created April 8, 2026 07:56
Weekly Test Report 2026-04-01 ~ 04-08 (Interactive)
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>週測試報告 — 2026-04-01 ~ 04-08</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, 'Segoe UI', 'Microsoft JhengHei', sans-serif; background: #f0f2f5; color: #1a1a2e; line-height: 1.6; padding: 20px; }
.container { max-width: 960px; margin: 0 auto; }