summary refs log tree commit diff stats
path: root/client/public
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-09-26 16:12:09 +0530
committerAndinus <andinus@nand.sh>2021-09-26 16:12:09 +0530
commite7c504a71156d893d46c8c8bb076211bab9b84d9 (patch)
tree713ac9049c7ce0247d2e7e920b2ad75eb17564a5 /client/public
parent551cf7164eae529eb14db478cb1f2938329690b0 (diff)
downloadMyMedMemoir-e7c504a71156d893d46c8c8bb076211bab9b84d9.tar.gz
Update client, add foooter
Diffstat (limited to 'client/public')
-rw-r--r--client/public/footer.pngbin0 -> 5190 bytes
-rw-r--r--client/public/index.html6
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"