git-cwiczenie1/index.html

14 lines
363 B
HTML
Raw Normal View History

2019-10-04 19:09:17 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Laboratorium GITA</title>
</head>
<body>
<h1>UCZYMY SIE GITA</h1>
2019-10-04 19:13:19 +02:00
<p>Linijka po pierwszym commicie</p>
2019-10-04 19:45:32 +02:00
<p>tabela wynikow</p>
2019-10-04 19:09:17 +02:00
</body>
</html>