25 lines
		
	
	
		
			359 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			359 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|  <meta charset="utf-8">
 | |
|  <title>I am pheng.</title>
 | |
|  <link rel="stylesheet" href="style.css" type="text/css">
 | |
| 
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| <div id="container">
 | |
| <div id="splash">
 | |
| 
 | |
| <img id="before" src="images/splash.png"></img>
 | |
| <img id="after" src="images/coming-soon.png"></img>
 | |
| </div>
 | |
| </div>
 | |
| 
 | |
| </body>
 | |
| 
 | |
| <footer>
 | |
| </footer>
 | |
| 
 | |
| </html> |