Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 271 Bytes

3_5.md

File metadata and controls

15 lines (14 loc) · 271 Bytes

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.