Pierwsza wersja strony

This commit is contained in:
Kacper Kujawa 2022-05-30 17:59:40 +02:00
commit e3f32cfefd
2 changed files with 24 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/.idea

23
index.html Normal file
View File

@ -0,0 +1,23 @@
!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 sie korzystac z Git-a!</h1>
</body>
</html>