git-cwiczenie/index.html

16 lines
364 B
HTML
Raw Permalink Normal View History

2024-06-10 16:11:58 +02:00
<!DOCTYPE html>
2024-06-10 16:24:18 +02:00
<html lang="pl">
2024-06-10 16:11:58 +02:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-06-10 16:24:18 +02:00
<title>GIT</title>
2024-06-10 16:11:58 +02:00
</head>
<body>
2024-06-10 16:43:21 +02:00
<<<<<<< HEAD
2024-06-10 16:24:18 +02:00
<h1>Uczymy sie GIT-a</h1>
<p>Tu umiescimy hiper fajna tabele</p>
2024-06-10 16:43:21 +02:00
=======
2024-06-10 16:33:33 +02:00
<p>A tu bedzie piekna galeria zdjec</p>
2024-06-10 16:43:21 +02:00
>>>>>>> galeria
2024-06-10 16:11:58 +02:00
</body>
</html>