43 lines
1.1 KiB
HTML
43 lines
1.1 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="pl">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<title>Kursy komputerowe</title>
|
||
|
|
<link rel="stylesheet" href="css/layout.css">
|
||
|
|
<script src="js/skrypt.js" defer> </script>
|
||
|
|
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<header>
|
||
|
|
<img src="imgs/baner.png" alt="kursy komputerowe">
|
||
|
|
<div class="header-text">hello</div>
|
||
|
|
</header>
|
||
|
|
<nav>
|
||
|
|
<a href="i1.html">Strona główna</a>
|
||
|
|
<a href="raty.html">Koszt rat</a>
|
||
|
|
<a href="https://moje-szkolenia.pl/">Nasz partner</a>
|
||
|
|
</nav>
|
||
|
|
<main>
|
||
|
|
<h3>Kursy komputerowe - programowanie</h3>
|
||
|
|
<table id="tab">
|
||
|
|
<tr>
|
||
|
|
<th>Kurs</th>
|
||
|
|
<th>Czas trwania</th>
|
||
|
|
<th>Cena</th>
|
||
|
|
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
</table>
|
||
|
|
<h3>Adres do korespondencji</h3>
|
||
|
|
<ul>
|
||
|
|
<li>Adres: Katowice, ul. Mariacka 5</li>
|
||
|
|
<li>Telefon: 32 888 88 88</li>
|
||
|
|
</ul>
|
||
|
|
<a href="mailto:kursy@komputerowe.pl">skontaktuj się</a>
|
||
|
|
</main>
|
||
|
|
<footer>
|
||
|
|
<p>Autor strony: 99010101010</p>
|
||
|
|
</footer>
|
||
|
|
</body>
|
||
|
|
</html>
|