Skip to content

Commit 7ed91e1

Browse files
committed
update index4
1 parent a655ba0 commit 7ed91e1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • content/side-project/online-order-system

content/side-project/online-order-system/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ summary: 線上點餐系統,支援分類、訂單、折扣與即時計算。
1313

1414
這是一套完整的 **線上點餐系統(Online Order System)** 網頁專案,包括 HTML、CSS 與 JavaScript,做於網頁前端練習。以下是功能與架構的詳細說明:
1515

16+
1617
# 📁 專案結構
1718

1819
## 🧩 一、HTML (index.html)
@@ -21,7 +22,6 @@ summary: 線上點餐系統,支援分類、訂單、折扣與即時計算。
2122

2223
- 頁面基本設定
2324

24-
2525
```c
2626
<!DOCTYPE html>
2727
<html lang="zh-Hant">
@@ -30,4 +30,6 @@ summary: 線上點餐系統,支援分類、訂單、折扣與即時計算。
3030
<title>🍱 線上點餐系統</title>
3131
<link rel="stylesheet" href="style.css" />
3232
</head>
33-
```
33+
```
34+
35+
- {{< /alert >}} <!DOCTYPE html> {{< /alert >}}:告訴瀏覽器這是 HTML5

0 commit comments

Comments
 (0)