From d295b722b5a3c42ab0a8d263fc45b2c78c27a720 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 23 Feb 2023 14:32:53 +0100 Subject: [PATCH] Move images to a dedicated folder --- index.html | 27 ++++++++++++++------------ sass/style.scss | 16 ++++++++++++--- static/{ => img}/favicon.png | Bin static/{ => img}/logo.svg | 0 static/{ => img}/menu-closed.svg | 0 static/{ => img}/menu-open.svg | 0 static/{ => img}/pedf-logo-white.svg | 0 static/{ => img}/placeholder-logo.svg | 0 8 files changed, 28 insertions(+), 15 deletions(-) rename static/{ => img}/favicon.png (100%) rename static/{ => img}/logo.svg (100%) rename static/{ => img}/menu-closed.svg (100%) rename static/{ => img}/menu-open.svg (100%) rename static/{ => img}/pedf-logo-white.svg (100%) rename static/{ => img}/placeholder-logo.svg (100%) diff --git a/index.html b/index.html index c85837d..c170e0c 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - +
@@ -13,7 +13,7 @@