git-cw1/index.html

16 lines
408 B
HTML
Raw Normal View History

2023-06-12 17:58:53 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Git ćwiczenia</title>
</head>
<body>
<h1>Uczymy się korzystać z GIT-a</h1>
2023-06-12 18:08:47 +02:00
<p>Linijka dodana po pierwszym commicie</p>
<h2>Tabela wynikow</h2>
<div>
<span>Tu będzie tabela plikow</span>
</div>
2023-06-12 17:58:53 +02:00
</body>
</html>