Add README.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-20 00:54:44 +08:00
parent 87dbd1517f
commit 9c7350a72f

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# Studio Sample
東京設計工作室的品牌形象網站,展示視覺設計與前端開發服務。
## 技術
純 HTML5 + CSS3 + 原生 JavaScript無任何框架與建置工具依賴。
## 頁面
| 檔案 | 內容 |
|---|---|
| `index.html` | 首頁:服務特色、作品預覽、工作流程、聯絡表單 |
| `services.html` | 服務項目與定價方案 |
| `works.html` | 作品集(含分類篩選) |
## 執行
直接用瀏覽器開啟任一 `.html` 檔案,或啟動靜態伺服器:
```bash
python3 -m http.server
```