diff options
-rw-r--r-- | _header.html | 2 | ||||
-rw-r--r-- | _index_header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_header.html b/_header.html index e85cbd1..12bdc60 100644 --- a/_header.html +++ b/_header.html @@ -7,7 +7,7 @@ </head> <body> <header> - <img src="logo.png" alt=""> + <img src="logo.png" width="267" height="167" alt=""> <h1>Harcdzielnia</h1> </header> <main> diff --git a/_index_header.html b/_index_header.html index 6e5e7d5..85e95dc 100644 --- a/_index_header.html +++ b/_index_header.html @@ -7,7 +7,7 @@ </head> <body> <header> - <img src="logo.png" alt=""> + <img src="logo.png" width="267" height="167" alt=""> <h1>Harcdzielnia</h1> <p>Drugie życie mundurów</p> </header> |