From 0a53877f5d13054b1d0baa4c2120b50673c534bd Mon Sep 17 00:00:00 2001 From: Ibrahim Mkusa Date: Sun, 30 Apr 2023 11:12:33 -0400 Subject: ex2.6 phonebook base --- part2/phonebook/public/index.html | 43 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 part2/phonebook/public/index.html (limited to 'part2/phonebook/public/index.html') diff --git a/part2/phonebook/public/index.html b/part2/phonebook/public/index.html new file mode 100644 index 0000000..aa069f2 --- /dev/null +++ b/part2/phonebook/public/index.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + + React App + + + +
+ + + -- cgit v1.2.3