forked from NikHarshal/updated-project-unit2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9de477
commit bd92e6c
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<h2>This is a Body-Care Ecommerce Website we Can Purchase in this website Body Care Products like Soaps, Sanitizers etc..</h2> | ||
|
||
|
||
<h3>Team Members:</h3> | ||
<table border="1"> | ||
<thead> | ||
<tr> | ||
<td>S.No</td> | ||
<td>Name</td> | ||
<td>Student Code</td> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>1</td> | ||
<td>Anand Gupta</td> | ||
<td>fp03_323</td> | ||
</tr> | ||
<tr> | ||
<td>2</td> | ||
<td>Barsha Rani Ojha</td> | ||
<td>fp03_323</td> | ||
</tr> | ||
<tr> | ||
<td>3</td> | ||
<td>Guru Prasad Behera</td> | ||
<td>fp03_323</td> | ||
</tr> | ||
<tr> | ||
<td>4</td> | ||
<td>Harshal</td> | ||
<td>fp03_323</td> | ||
</tr> | ||
<tr> | ||
<td>5</td> | ||
<td>Md Arif</td> | ||
<td>fp03_323</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|