From 9b42405634ab7553619c515528d05d9a13e89fa8 Mon Sep 17 00:00:00 2001 From: Taskeren Date: Sat, 15 Jul 2023 15:44:20 +0800 Subject: [PATCH] initial --- dishes.json | 11 +++++++ index.html | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 dishes.json create mode 100644 index.html diff --git a/dishes.json b/dishes.json new file mode 100644 index 0000000..ec73323 --- /dev/null +++ b/dishes.json @@ -0,0 +1,11 @@ +[ +"鸦片鱼", +"鸡胸肉", +"鸡翅中", +"红烧茄子", +"肉末茄子", +"红烧大排", +"排骨汤", +"炒蛋", +"菜糊辣" +] \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..77fb48e --- /dev/null +++ b/index.html @@ -0,0 +1,94 @@ + + + + + + What to Eat Today? + + + +
+
+

今天吃

+

Undefined

+

换一个

+
+
+ + + \ No newline at end of file