ok
This commit is contained in:
parent
ba4571f36c
commit
ea090b0c2d
2 changed files with 30 additions and 4 deletions
19
index.html
19
index.html
|
|
@ -6,16 +6,27 @@
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<meta name="description" content="" />
|
||||
<link href="normalize.css" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
<link href="style.css" rel="stylesheet" />
|
||||
<link rel="icon" href="favicon.png">
|
||||
<script src="https://livejs.com/live.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<h1>Piekarnik Gosi</h1>
|
||||
<img alt="logo" src="scraped/pobrane-1.png" style="width: 14rem"/>
|
||||
<div>
|
||||
<a>Strona Główna</a>
|
||||
<a href="wyroby">Wyroby</a>
|
||||
<a href="portfolio">Portfolio</a>
|
||||
<a href="kawiarnia">Kawiarnia</a>
|
||||
</div>
|
||||
<a href="kontakt">Kontakt</a>
|
||||
</nav>
|
||||
<header>
|
||||
</header>
|
||||
<main>
|
||||
<section>
|
||||
<h1>Słodkości tworzone z pasją</h1>
|
||||
<span>Naturalne składniki, domowe receptury i pasja. Tworzym torty i wypieki na Twoje najważniejsze chwile - od codziennych radości po wielkie uroczystości</span>
|
||||
<a href="wyroby">Zobacz naszą ofertę</a>
|
||||
<img alt="tort" src="scraped/4-Z7293390-scaled.jpg"/>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue