-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 807 Bytes
/
index.html
File metadata and controls
30 lines (30 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<title>Hello, welcome to the GitHub Session</title>
</head>
<body>
<h2>Welcome to the GitHub session</h2>
<h5>Prerequisites we will need to complete the session: -</h5>
<ol>
<li>Create a GitHub Account</li>
<li>Install Git locally</li>
<li>Create a directory</li>
<li>Initialise Git in that directory</li>
</ol>
<br>
<h5>Faculty</h5>
<ol>
<li>Mydhili K Nair</li>
</ol>
<h5>List of participants</h5>
<ol>
<li>Hemant H Kumar</li>
<li>Nandan</li>
<li>Benny Dharshan</li>
<li>Tirtharaj Sengupta</li>
<li>Iram</li>
</ol>
<br>
</body>
</html>