-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.02 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
<html lang="en">
<head>
<title>
alphasingh
</title>
</head>
<body>
<table style="margin: auto; align-items: center">
<tbody>
<tr>
<td>Welcome to the website of <b>Abhay Raj Singh</b></td>
</tr>
<tr>
<td><img src="https://singh8v.myweb.cs.uwindsor.ca/squareabhay.jpg" width="100" height="100" alt="Photo">
</td>
</tr>
<tr>
<td><a href="https://www.linkedin.com/in/alphasingh">LinkedIn</a></td>
</tr>
<tr>
<td><a href="https://leetcode.com/alphasingh">LeetCode</a></td>
</tr>
<tr>
<td><a href="https://www.hackerrank.com/alphasingh">Hackerrank</a></td>
</tr>
<tr>
<td><a href="https://singh8v.myweb.cs.uwindsor.ca">Website</a></td>
</tr>
<tr>
<td><a href="https://github.com/alphasingh">GitHub</a></td>
</tr>
<tr>
<td style="font-size: 8pt">Created: 2021 Jan 06 13:16</td>
</tr>
<tr>
<td style="font-size: 8pt">Updated: 2021 Dec 22 15:45</td>
</tr>
</tbody>
</table>