INF.03-01-25.01-SG/index.html

27 lines
510 B
HTML
Raw Permalink Normal View History

2025-09-17 12:11:15 +00:00
<!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>