diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-07-01 23:43:32 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-07-01 23:43:32 +0200 |
commit | 137a1d412f7fc09448674fc77d7d8116eeff3b63 (patch) | |
tree | 2ace45a683afcb88408519ffaf4e226d6db1cbcb /_header.html | |
download | harcdzielnia-137a1d412f7fc09448674fc77d7d8116eeff3b63.tar.gz harcdzielnia-137a1d412f7fc09448674fc77d7d8116eeff3b63.zip |
init
Diffstat (limited to '_header.html')
-rw-r--r-- | _header.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_header.html b/_header.html new file mode 100644 index 0000000..e85cbd1 --- /dev/null +++ b/_header.html @@ -0,0 +1,13 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <title>Harcdzielnia</title> + <link rel="stylesheet" href="style.css"> + </head> + <body> + <header> + <img src="logo.png" alt=""> + <h1>Harcdzielnia</h1> + </header> + <main> |