53 lines
2.1 KiB
HTML
53 lines
2.1 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset='utf-8'>
|
||
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||
|
|
<title>Zadanie 1</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'>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<script>
|
||
|
|
document.addEventListener("DOMContentLoaded", () => {
|
||
|
|
document.getElementById("browser").innerText =
|
||
|
|
`Korzystasz z przeglądarki: ${navigator.appName}. Jej nazwa kodowa to: ${navigator.appCodeName}`;
|
||
|
|
});
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<header>
|
||
|
|
<h1>Zadanie 1</h1>
|
||
|
|
Góra
|
||
|
|
</header>
|
||
|
|
<section>
|
||
|
|
<aside id="left">
|
||
|
|
Menu
|
||
|
|
<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>
|
||
|
|
</nav>
|
||
|
|
</aside>
|
||
|
|
<main>
|
||
|
|
Content
|
||
|
|
</main>
|
||
|
|
<aside id="right">
|
||
|
|
Prawa
|
||
|
|
</aside>
|
||
|
|
</section>
|
||
|
|
<footer>
|
||
|
|
Stopka
|
||
|
|
<p id="browser"></p>
|
||
|
|
<br>
|
||
|
|
<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>
|