-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathindex.html
36 lines (36 loc) · 917 Bytes
/
index.html
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:[email protected]">[email protected]</a>
</tr>
<tr>
<tr>
<td>1</td>
<td>XYZ</td>
<td><a href="mailto:[email protected]">[email protected]</a>
</tr>
<td>2</td>
<td>Mudit Sharma</td>
<td><a href="mailto:[email protected]">[email protected]</a>
</tr>
<tr>
<td>2</td>
<td>Manthan Sharma</td>
<td><a href="mailto:[email protected]">[email protected]</a>
</tr>
</table>
</p>
</body>
</html>