-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
53 lines (53 loc) · 1.66 KB
/
Copy pathabout.html
File metadata and controls
53 lines (53 loc) · 1.66 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<table width="435" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<a href="index.html"><font size="5"><b>Rajat Singh</b></font></a>
</td>
</tr>
<tr>
<td height="20"></td>
</tr>
<tr>
<td>
<a href="index.html">Home</a>
</td>
</tr>
<tr>
<td height="30"></td>
</tr>
<tr>
<td>
<font size="4"><b>About</b></font>
</td>
</tr>
<tr>
<td height="20"></td>
</tr>
<tr>
<td>
<font size="2">
<p>
Honestly, I haven't figured out what to put here yet. Although, one thing I have tried is to be honest.
</p>
<p>
I go through a lot of existential crises. I am not sure if they are truly crises or me having some time to reflect on my choices.
I have a hope that I was born for bigger things, to leave a dent in the universe. But at the same time, I am scared that I might just be another person who lived and died without making any impact.
</p>
<p>
Contact: rajats2502@gmail.com
</p>
</font>
</td>
</tr>
</table>
</body>
</html>