-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
18 lines (15 loc) · 904 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>Nguyen Cong Khang's profile'</title>
</head>
<body style="background-color:lightblue;">
<h1 style="color:blue;font-family:courier;text-align:center">*Nguyen Cong Khang*</h1>
<p style="text-align:center;"><a href="https://www.facebook.com/nguyencongkhang72">Facebook: nguyencongkhang72</a></p>
<p style="text-align:center;"><a href="https://twitter.com/KhangNguyenCong">Twitter: KhangNguyenCong</a></p>
<p style="text-align:center;"><a href="https://github.com/khang72">Github: khang72</a></p>
<p style="text-align:center;"><a href="https://nguyencongkhang72.blogspot.com">Blog: nguyencongkhang72.blogspot.com</a></p>
<h2 style="color:yellow;text-align:center">.Khang's photo.</h2>
<center><img src="khang72.jpg" alt="Khang" style="width:500px;height:500px;"></center>
</body>
</html>