diff options
author | Andinus <andinus@nand.sh> | 2021-09-26 16:12:09 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-09-26 16:12:09 +0530 |
commit | e7c504a71156d893d46c8c8bb076211bab9b84d9 (patch) | |
tree | 713ac9049c7ce0247d2e7e920b2ad75eb17564a5 /client/public | |
parent | 551cf7164eae529eb14db478cb1f2938329690b0 (diff) | |
download | MyMedMemoir-e7c504a71156d893d46c8c8bb076211bab9b84d9.tar.gz |
Update client, add foooter
Diffstat (limited to 'client/public')
-rw-r--r-- | client/public/footer.png | bin | 0 -> 5190 bytes | |||
-rw-r--r-- | client/public/index.html | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/client/public/footer.png b/client/public/footer.png new file mode 100644 index 0000000..d82fadc --- /dev/null +++ b/client/public/footer.png Binary files differdiff --git a/client/public/index.html b/client/public/index.html index 0869997..c45409a 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -9,6 +9,12 @@ name="description" content="Web site created using create-react-app" /> + <style> + #footer { + background-image: url("./footer.png"); + } + + </style> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" |