A simple HTML page
<!DOCTYPE html>
<html>
<head>
<title>My Webpage</title>
</head>
<body>
<h1>My Hobbies</h1>
<p>My hobbies are swimming, badminton and writing code.</p>
<h1>My Current Projects</h1>
<p>I am currently developing the technological breakthrough in computer sciences.</p>
<h2>Additional Information</h2>
<p>I am currenly involved in blah...blah...blah...</p>
<h3>My Favorite Picture</h3>
<img src="https://lh5.ggpht.com/cb7PU-mvWE1_JxMlpQwyNfMk7yL9kUByZj3bS2YLcPkLor8V6RfkwMzt76_BsZaz0rad=h900">
</body>
</html>