14 lines
352 B
HTML
14 lines
352 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=>, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<h1>Uczymy się Gita</h1>
|
|
<p>Linijka dodana po pierwszym commicie</p>
|
|
<p>Tabela wyników</p>
|
|
</body>
|
|
</html> |