-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
36 lines (31 loc) · 1.03 KB
/
home.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome Page</title>
</head>
<body bgcolor="yellow">
<table border="3" align="center" >
<tr>
<th colspan="4" bgcolor="lightblue" cellpadding="10px"><h1>Welcome<h1></th>
</tr>
<tr>
<td align="center" bgcolor="lightpink">
<br>
<h3>Want<h3>
<h3>to</h3>
<h3>Know</h3>
<h3>about me</h3>
<h3>?</h3>
<br>
<a href="register.html" target="_blank">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcREWIrz7fQhR2jT10d6GDa1Bmg9j08vIqq6ng&s" height="55px" width="55px"></a>
</td>
<td>
<img src="https://img.freepik.com/free-photo/welcome-phrase-available-launch-open_53876-124476.jpg?size=626&ext=jpg&ga=GA1.1.1141335507.1718323200&semt=sph" height="100%" width="100%" />
</td>
</tr>
</table>
</body>
</html>