diff options
Diffstat (limited to 'wpisy/_header.html')
-rw-r--r-- | wpisy/_header.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/wpisy/_header.html b/wpisy/_header.html new file mode 100644 index 0000000..020675c --- /dev/null +++ b/wpisy/_header.html @@ -0,0 +1,37 @@ +<!doctype html> +<html lang="en" prefix="og: http://ogp.me/ns#"> + <head> + <title>19 PDH Puszcza</title> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width,initial-scale=1"> + <meta name="robots" content="all"> + <meta property="description" content="Strona 19 PDH Puszcza"> + <meta name="author" content="Patryk Niedźwiedziński"> + <meta property="og:image" content="default_tree.jpg"> + <meta property="og:image:width" content="1200"> + <meta property="og:image:height" content="916"> + <meta name="og:type" property="og:type" content="website"> + <meta name="og:title" property="og:title" content="Puszcza"> + <meta name="og:site_name" property="og:site_name" content="Puszcza"> + <meta name="og:description" property="og:description" content="Strona 19 PDH Puszcza"> + <link rel="icon" type="image/x-icon" href="/favicon.ico"> + <link href="https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap" rel="stylesheet"> + <link href="/style.css" rel="stylesheet"> + <meta property="fb:pages" content="496021544115239"> + </head> + <body> + <header> + <div> + <div class="logo"> + <!-- <img src="/assets/krajka-logo.svg" alt="ZHR"> --> + <a href="/">19 PDH <strong>PUSZCZA</strong></a> + </div> + <nav> + <a href="/">Strona główna</a> + <a href="/do-pobrania">Do pobrania</a> + <a href="/kontakt">Kontakt</a> + <a href="/kronika.html">Kronika</a> + </nav> + </div> + </header> + <main> |