diff --git a/express/animals.json b/express/animals.json new file mode 100644 index 0000000..6ad174c --- /dev/null +++ b/express/animals.json @@ -0,0 +1,3 @@ +{ + "animals": ["Dog", "Cat", "Elephant", "Lion", "Giraffe"] +} diff --git a/express/index.html b/express/index.html index 2415fce..e39301c 100644 --- a/express/index.html +++ b/express/index.html @@ -7,10 +7,15 @@

Random Animal Generator

Click a button to get a random animal:

- - + +