34 lines
		
	
	
		
			700 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			700 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>
 | |
| </body>
 | |
| 
 | |
| <footer>
 | |
| </footer>
 | |
| 
 | |
| </html>
 |