We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a655ba0 commit 7ed91e1Copy full SHA for 7ed91e1
1 file changed
content/side-project/online-order-system/index.md
@@ -13,6 +13,7 @@ summary: 線上點餐系統,支援分類、訂單、折扣與即時計算。
13
14
這是一套完整的 **線上點餐系統(Online Order System)** 網頁專案,包括 HTML、CSS 與 JavaScript,做於網頁前端練習。以下是功能與架構的詳細說明:
15
16
+
17
# 📁 專案結構
18
19
## 🧩 一、HTML (index.html)
@@ -21,7 +22,6 @@ summary: 線上點餐系統,支援分類、訂單、折扣與即時計算。
21
22
23
- 頁面基本設定
24
-
25
```c
26
<!DOCTYPE html>
27
<html lang="zh-Hant">
@@ -30,4 +30,6 @@ summary: 線上點餐系統,支援分類、訂單、折扣與即時計算。
30
<title>🍱 線上點餐系統</title>
31
<link rel="stylesheet" href="style.css" />
32
</head>
33
-```
+```
34
35
+- {{< /alert >}} <!DOCTYPE html> {{< /alert >}}:告訴瀏覽器這是 HTML5
0 commit comments