-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (18 loc) · 862 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>KOTTANS</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div >
<img class="screen" src="./images/task_Git_Basics/Introduction to Version Control Coursera.jpg" alt="screen1" height="500px" width="500px">
<img class="screen" src="./images/task_Git_Basics/Using Git Locally Coursera.jpg" alt="screen2" height="500px" width="500px">
<img class="screen"src="./images/task_Git_Basics/learnGtiBranching- main.jpg" alt="screen3" height="" width="">
<img class="screen"src="./images/task_Git_Basics/learnGitBranching - remote.jpg" alt="screen4" height="" width="">
</div>
</body>
</html>