Initial commit

This commit is contained in:
Krzysiek 2023-06-12 16:13:36 +02:00
commit ee970e5eff
1 changed files with 12 additions and 0 deletions

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Git - ćwiczenia</title>
</head>
<body>
<h1>Uczymy się korzystać z Git-a</h1>
</body>
</html>