-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (41 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.00"> -->
<title>🐧's antarctica</title>
</head>
<body>
<table cellspacing="20">
<td><img src="me-modified.png" alt="my photu" width="250" height="250" ></td>
<td><h1>Sutej Sharma</h1>
<p>
<em>A common denominator interested in trivia</strong></em>
<p>
<i>I'm a nub <a href="https://avenuemail.in/kps-gamharia-boys-win-wildlife-quiz-at-tata-zoo/">kwizzer</a></i>
</p>
</p></td>
</table>
<hr noshade />
<h3>Other things that interests me apart from trivia:</h3>
<ul>
<li>Space</li>
<li>Chess</li>
<li>Video Games</li>
<li>Outdoor Sports</li>
</ul>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Badminton League</td> <td>🐧🐧🐧🐧🐧</td>
<td>COC</td> <td>🐧🐧🐧🐧</td>
</tr>
<tr>
<td>BGMI</td> <td>🐧🐧🐧🐧</td>
<td>CS:GO</td> <td>🐧🐧</td>
</tr>
</table>
<a href="contact_me.html">Contact me</a>
</body>
</html>