<!DOCTYPE html>
<html>
  <head>
    <title>Home</title>
  </head>
  <body>
    <%@ include file = "header.html" %>
    <p>Welcome to my homepage!</p>
  </body>
</html>