Simplest HTML Page

<!DOCTYPE html>
<html>
<head>
<title>My First Page</title>
</head>
<body>
<p>Hi there!</p>
</body>
</html>