Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>About Me</title>
  5.     <style>
  6.         body {
  7.             text-align: center;
  8.         }
  9.     </style>
  10. </head>
  11. <body>
  12.     <img src="http://khilman.net/img/rizal_hilman.jpeg" width="100px">
  13.     <h1>About Me</h1>
  14.     <li>Name : Rizal Hilman</li>
  15.     <li>Email : rizal@imastudio.co.id</li>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement