27 lines
510 B
HTML
27 lines
510 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="pl">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<title>Kursy komputerowe</title>
|
||
|
|
<link rel="stylesheet" href="style.css">
|
||
|
|
<script src="script.js" defer> </script>
|
||
|
|
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<header>
|
||
|
|
<img src="baner.png">
|
||
|
|
</header>
|
||
|
|
<nav>
|
||
|
|
<a href="">strona główna</a>
|
||
|
|
<a href=""> cos wiecej</a>
|
||
|
|
<a href=""> cos jeszcze wiecej </a>
|
||
|
|
</nav>
|
||
|
|
<br>
|
||
|
|
<table id="tab">
|
||
|
|
</table>
|
||
|
|
|
||
|
|
<footer>
|
||
|
|
<p>super strona by tomasz</p>
|
||
|
|
</footer>
|
||
|
|
</body>
|
||
|
|
</html>
|