-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (61 loc) · 1.65 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>my project</title>
</head>
<body>
<table>
<tbody>
<tr>
<td><img src="./dev.jpg.jpg" height="100px"width="120px"</td>
<td>
<h1><b> Devindi N </b></h1>
<h3> [email protected]</h3>
</td>
</tr>
</table>
<hr>
<table border="1px">
<tbody>
<tr>
<td>Overview</td>
<td>My photoes</td>
<td>What can I do</td>
<td>contact me</td>
</tr>
</tbody>
</table>
<hr>
<br><br><br>
<hr>
<h4>Pinned</h4>
<table border="1px">
<tbody>
<tr>
<td>
<h3><b>Filmfix</b></h3>
<h4>Description for FILMS </h4>
<h4>java</h4>
</td>
</tr>
<tr>
<td>
<h3><b>Spotify</b></h3>
<h4>Description for MUSIC</h4>
<h4>Nodejs</h4>
</td>
</tr>
<tr>
<td>
<h3><b>Sirasa TV</b></h3>
<h4>Description for NEWS</h4>
<h4>Python</h4>
</td>
</tr>
</tbody>
</table>
</body>
</html>