diff options
Diffstat (limited to 'client/public/index.html')
-rw-r--r-- | client/public/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --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" |