-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 1.09 KB
/
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
37
38
39
40
41
<!-- This is an introductory page for GitHub Pages -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="3; url=https://devaprog.github.io/PlacementAnalyticsTool/PlacementAnalyticsTool/templates/index.html">
</head>
<body>
<h1>Naan Mudhalvan project</h1>
<ul>
<li><a href="https://nme.smartinternz.com/">SmartInternz</a></li>
</ul>
<p><strong>Team 1</strong> From <strong>Sree Sastha Institute Of Engineering and Technology</strong></p>
<table>
<tr>
<th>S.no</th>
<th>Name</th>
<th>Registration number</th>
</tr>
<tr>
<td>1.</td>
<td>Deva R (Team Lead)</td>
<td>212420104003</td>
</tr>
<tr>
<td>2.</td>
<td>Ajesh M</td>
<td>212420104001</td>
</tr>
<tr>
<td>3.</td>
<td>Amudhu S</td>
<td>212420104002</td>
</tr>
<tr>
<td>4.</td>
<td>Kuberan T</td>
<td>212420104005</td>
</tr>
</table>
</body>
</html>