-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam-info.html
23 lines (22 loc) · 912 Bytes
/
team-info.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>CSC510 - HW5 - TEAM INFORMATION</title>
</head>
<body>
<p>Please find information about this team below :</p>
<h2>Group Number - 24 </h2>
<p>Github : <a href="https://github.com/CSC510-Software-Engineering-Fall-2024">https://github.com/CSC510-Software-Engineering-Fall-2024</a></p>
<h2>Team Member Names and Emails</h2>
<h3>Archismita Ghosh</h3>
<p><a href="mailto:aghosh7@ncsu.edu">aghosh7@ncsu.edu</a></p>
<h3>Dharani Guda</h3>
<p><a href="mailto:dguda@ncsu.edu">dguda@ncsu.edu</a></p>
<h3>Paul MacNichol</h3>
<p><a href="mailto:pemacnic@ncsu.edu">pemacnic@ncsu.edu</a></p>
<footer>
<p>Software Engineering HOMEWORK 5</p>
<p>CSC 510 Software Engineering Fall 2024</p>
<p>This line is from "temp" branch</p>
</footer>
</body>
</html>