43 lines
899 B
HTML
43 lines
899 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">Weblog</a></li>
|
|
<li><a href="http://github.com/phtan">Github</a></li>
|
|
<li><a href="http://linkedin.com/in/phengheong">LinkedIn</a></li>
|
|
<li><a href="https://curiouscat.me/tanphengheong">Ask me anything</a></li>
|
|
<li><a href="http://beta.pendo.cc/users/phtan">Buy something from me</a></li>
|
|
<li>Email: phtan90 [at] gmail [dot] com</li>
|
|
</ul>
|
|
</p>
|
|
|
|
<p>
|
|
<h2>What I spend time on</h2>
|
|
</p>
|
|
|
|
<p>
|
|
<a href="http://en.sgtapes.shoutwiki.com/wiki/Main_Page">A wiki in memory of the cassette tape, and people who are involved with it and music</a>
|
|
</p>
|
|
|
|
</body>
|
|
|
|
<footer>
|
|
</footer>
|
|
|
|
</html>
|