2026-04-30 13:23:35 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset='utf-8'>
|
|
|
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
|
|
|
|
<title>Zadanie 4</title>
|
|
|
|
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
|
|
|
|
<link rel="icon" href="/favicon.ico">
|
|
|
|
|
<link rel='stylesheet' type='text/css' media='screen' href='/assets/css/styl.css'>
|
|
|
|
|
<link rel='stylesheet' type='text/css' media='screen' href='/assets/css/blog.css'>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<header>
|
|
|
|
|
<div style="display: flex; flex-direction: row; justify-content: space-between;">
|
|
|
|
|
<h1>Zadanie 4</h1>
|
|
|
|
|
<div style="display: flex; flex-direction: row; align-items: center;">
|
|
|
|
|
Frosta - Smaczna i prosta
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<nav>
|
|
|
|
|
<a href="./zad1.html">Zadanie 1</a>
|
|
|
|
|
<a href="./zad2.html">Zadanie 2</a>
|
|
|
|
|
<a href="./zad3.html">Zadanie 3</a>
|
|
|
|
|
<a href="./zad4.html">Zadanie 4</a>
|
|
|
|
|
<a href="./zad5.html">Zadanie 5</a>
|
|
|
|
|
<a href="./zad6.html">Zadanie 6</a>
|
|
|
|
|
<a href="./zad7.php">Zadanie 7</a>
|
2026-06-09 18:51:01 +02:00
|
|
|
<a href="./zad8.php">Zadanie 8</a>
|
2026-04-30 13:23:35 +02:00
|
|
|
</nav>
|
|
|
|
|
</header>
|
|
|
|
|
<section>
|
|
|
|
|
<aside id="left">Left Blocks</aside>
|
|
|
|
|
<main>
|
|
|
|
|
<div style="height: 33%;">
|
|
|
|
|
Center-Center Blocks
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display: grid; height: 33%; grid-template-columns: 50% 50%;">
|
|
|
|
|
<article>Center-Left Block</article>
|
|
|
|
|
<article>Center-Right Block</article>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="height: 33%;">
|
|
|
|
|
Module Contents
|
|
|
|
|
</div>
|
|
|
|
|
</main>
|
|
|
|
|
<aside id="right">Right Blocks</aside>
|
|
|
|
|
</section>
|
|
|
|
|
<footer>
|
|
|
|
|
<img class="banner" src="https://darksteveneq.nonamesoft.xyz/assets/banners/athens_acropolis_4793_images_trinitynow.gif" width="88">
|
|
|
|
|
<img class="banner" src="https://darksteveneq.nonamesoft.xyz/assets/banners/paws.gif" width="88" height="31">
|
|
|
|
|
<img class="banner" src="https://darksteveneq.nonamesoft.xyz/assets/banners/anythingbut.gif" width="88" height="31">
|
|
|
|
|
<img class="banner" src="https://darksteveneq.nonamesoft.xyz/assets/banners/itoddler.gif" width="88" height="31">
|
|
|
|
|
</footer>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|