-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 917 Bytes
/
index.html
File metadata and controls
36 lines (36 loc) · 917 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
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<body>
<h1>List of students who have attended Git today :)</h1>
<hr>
<em>Write your names here(Use list to write it down. sample provided)
<br>
Fork the repo from here <a href= "https://github.com/MozLNMIIT/mozlnmiit.github.io">link</a>
</em>
<hr>
<p>
<table>
<tr>
<td>1</td>
<td>Sagar Chandra Agarwal</td>
<td><a href="mailto:atomsagar@gmail.com">atomsagar@gmail.com</a>
</tr>
<tr>
<tr>
<td>1</td>
<td>XYZ</td>
<td><a href="mailto:xyz@gmail.com">xyz@gmail.com</a>
</tr>
<td>2</td>
<td>Mudit Sharma</td>
<td><a href="mailto:mudithkr@gmail.com">mudithkr@gmail.com</a>
</tr>
<tr>
<td>2</td>
<td>Manthan Sharma</td>
<td><a href="mailto:hitechmanthan@gmail.com">hitechmanthan@gmail.com</a>
</tr>
</table>
</p>
</body>
</html>