Wersja startowa pliku

This commit is contained in:
Wiktoria Zborowska 2024-06-10 16:11:42 +02:00
commit 9574fe3c95
2 changed files with 36 additions and 0 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>

24
index.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="pl">
<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>