Files
studio-sample/README.md
Timmy 9c7350a72f Add README.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 00:54:44 +08:00

24 lines
548 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Studio Sample
東京設計工作室的品牌形象網站,展示視覺設計與前端開發服務。
## 技術
純 HTML5 + CSS3 + 原生 JavaScript無任何框架與建置工具依賴。
## 頁面
| 檔案 | 內容 |
|---|---|
| `index.html` | 首頁:服務特色、作品預覽、工作流程、聯絡表單 |
| `services.html` | 服務項目與定價方案 |
| `works.html` | 作品集(含分類篩選) |
## 執行
直接用瀏覽器開啟任一 `.html` 檔案,或啟動靜態伺服器:
```bash
python3 -m http.server
```