diff --git a/public/css/style.css b/public/css/style.css index b86fa00..94f1d5d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -34,6 +34,16 @@ header h1 { font-size: 20px; } +.logo { + display: flex; +} + +.logo img { + height: 30px; + margin-right: 10px; + filter: grayscale(100%) brightness(0) invert(1); +} + #spinner { position: fixed; width: 100%; diff --git a/public/images/favicon.png b/public/images/favicon.png new file mode 100644 index 0000000..79089c6 Binary files /dev/null and b/public/images/favicon.png differ diff --git a/views/index.html b/views/index.html index a2ea4e3..12713f5 100644 --- a/views/index.html +++ b/views/index.html @@ -24,7 +24,10 @@
-

Canine Club

+