git-cw/index.html

29 lines
499 B
HTML
Raw Permalink Normal View History

2024-06-10 16:24:51 +02:00
<!DOCTYPE html>
2024-06-10 16:42:05 +02:00
<<<<<<< HEAD
2024-06-10 16:24:51 +02:00
<html lang="pl">
2024-06-10 16:42:05 +02:00
=======
2024-06-10 16:35:45 +02:00
<html lang="en">
2024-06-10 16:42:05 +02:00
>>>>>>> galeria
2024-06-10 16:24:51 +02:00
<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>Git - cwiczenie 1</title>
</head>
<body>
<h1>Uczymy się korzystać z Git-a!</h1>
<p>Tu umieścimy hiper fajną tabelę</p>
2024-06-10 16:35:45 +02:00
<p>A tu będzie piękna galeria zdjęć</p>
2024-06-10 16:24:51 +02:00
</body>
</html>