Write a handler which will return the following html page:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Exercise 1</title>
</head>
<body>
<p>Hello world!</p>
</body>
</html>
Also provide a simple integration test for the handler.