Compare commits

..

No commits in common. "master" and "galeria" have entirely different histories.

2 changed files with 12 additions and 1 deletions

12
Untitled-1.html Normal file
View File

@ -0,0 +1,12 @@
<!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>Git - cwiczenie 1</title>
</head>
<body>
<h1>Uczymy się korzystać z Git-a!</h1>
</body>
</html>

View File

@ -17,7 +17,6 @@
<body>
<h1>Uczymy się korzystać z Git-a!</h1>
<p>Tu umieścimy tabelę</p>
<p>A tu będzie piękna galeria</p>
</body>