git-cwiczenie/index.html

16 lines
384 B
HTML
Raw Permalink Normal View History

2024-06-03 16:48:35 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
2024-06-10 16:24:15 +02:00
<h1>Uczymy się korzystać z GIT-a</h1>
2024-06-10 16:42:52 +02:00
<<<<<<< HEAD
2024-06-10 16:24:15 +02:00
<p> Tu umiescimy hiper fajna tabele </p>
2024-06-10 16:42:52 +02:00
=======
2024-06-10 16:32:15 +02:00
<p>A tu bedzie piekna galeria zdjec</p>
2024-06-10 16:42:52 +02:00
>>>>>>> galeria
2024-06-03 16:48:35 +02:00
</body>
</html>