git-cwiczenie1/index.html

13 lines
325 B
HTML
Raw Normal View History

2019-10-04 19:09:19 +02:00
<!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>
2019-10-04 19:13:15 +02:00
<p>Linijka dodana po pierwszym commicie</p>
2019-10-04 19:09:19 +02:00
</body>
</html>