-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (54 loc) · 1.96 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
tr,
td,
th,
table {
border-collapse: collapse;
border: 1px solid black;
text-align: center;
width: 500px;
}
</style>
</head>
<body align="center">
<h1>React Tasks</h1>
<table align="center">
<tr>
<th>Task Name</th>
<th>Deployment Link</th>
<th>Repo Link</th>
</tr>
<tr>
<td>Task 1</th>
<td><a href="https://react-task1-flame.vercel.app/">Link</a></td>
<td><a href="https://github.com/AchintyaSingh0220/React_task1">Link</a></td>
</tr>
<tr>
<td>Task 2</th>
<td><a href="https://calculator-web-app-mu.vercel.app/">Link</a></td>
<td><a href="https://github.com/AchintyaSingh0220/Calculator_WebApp">Link</a></td> </tr>
<tr>
<td>Task 3</th>
<td><a href="https://colour-picker-react-js.vercel.app/">Link</a></td>
<td><a href="https://github.com/AchintyaSingh0220/Colour_Picker_ReactJS">Link</a></td> </tr>
<tr>
<td>Task 4</th>
<td><a href="https://task4-react-js-gamma.vercel.app/">Link</a></td>
<td><a href="https://github.com/AchintyaSingh0220/Task4_ReactJS">Link</a></td> </tr>
<tr>
<td>Task 5</th>
<td><a href="https://age-calculator-web-app.vercel.app/">Link</a></td>
<td><a href="https://github.com/AchintyaSingh0220/Age_Calculator_WebApp">Link</a></td> </tr>
<tr>
<td>Task 6</th>
<td><a href="https://portfolio-react-js-blond.vercel.app/">Link</a></td>
<td><a href="https://github.com/AchintyaSingh0220/Portfolio_ReactJS">Link</a></td> </tr>
</table>
</body>
</html>