-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
38 lines (38 loc) · 1.1 KB
/
main.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div>
<h3>Team No: 78</h3>
<h4>Members</h4>
<table border="1">
<thead>
<th>Name</th>
<th>Email</th>
</thead>
<tbody>
<tr>
<td>Md Nazmul Haque</td>
<td><a href= "mailto: [email protected]"> [email protected]</a></td>
</tr>
<tr>
<td>Kishan Kumar Ganguly</td>
<td><a href= "mailto: [email protected]"> [email protected]</a></td>
</tr>
<tr>
<td>Ravi Chandu Bollepalli</td>
<td><a href= "mailto: [email protected]"> [email protected]</a></td>
</tr>
</tbody>
</table>
</div>
<div>
<footer>@Group 78</footer>
<footer>CSC510 Software Engineering Team Description.</footer>
</div>
</body>
</html>