phtan.github.io/index.html
Pheng Heong TAN af219ff341 Create directory of hyperlinks.
Create a working page to iterate on in future. The domain host
will hold my domain for 2 years based on the credit I have
with the domain host people. It's time to start using the
domain, and I wanted a quick place to show visitors.
2016-08-12 03:21:11 +08:00

32 lines
545 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pheng Heong TAN's web-site</title>
</head>
<body>
<p>
First name: Pheng Heong<br />
Surname: Tan<br />
People call me: PH
</p>
<p>
<ul>
<li><a href="http://twitter.com/tanphengheong">Twitter</a></li>
<li><a href="http://phtan.github.io/blog">Blog</a></li>
<li><a href="http://github.com/phtan">Github</a></li>
<li><a href="http://linkedin.com/in/phengheong">LinkedIn</a></li>
<li>Email: phtan90 [at] gmail [dot] com</li>
</ul>
</p>
</body>
<footer>
</footer>
</html>