-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathindex.html
45 lines (45 loc) · 1.13 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
<html>
<head>
<title>Himanshu Dixit</title>
</head>
<body>
<img src="img/icon.png" />
<br>
<table>
<tbody>
<tr>
<td>Name</td>
<td><strong>Himanshu Dixit</strong></td>
</tr>
<tr>
<td>Email</td>
<td><i>[email protected]</i></td>
</tr>
<tr>
<td>Hobbies</td>
<td>Blogging,Cooking,Cricket,Badminton,Table Tennis</td>
</tr>
<tr>
<td>A.K.A.</td>
<td>HUDIXT,himanshu-dixit</td>
</tr>
<tr>
<td>Ask Me</td>
<td>Coding,Product Desgin,UI/UX Design,Sports,Technology,Politics</td>
</tr>
<tr>
<td>Music</td>
<td>EDM,Without Vocals</td>
</tr>
<tr>
<td>My Favorite <br>Series</td>
<td><a href="silicon-valley.html">Silicon Valley</a></td>
</tr>
<tr>
<td>My favorite song</td>
<td><iframe width="560" height="315" src="https://www.youtube.com/embed/_dK2tDK9grQ" frameborder="0" allowfullscreen></iframe></td>
</tr>
</tbody>
</table>
</body>
</html>