<!DOCTYPE html>
<html>
  <head>
    <title>About</title>
  </head>
  <body>
    <%@ include file = "header.html" %>
    <p>About me: I'm an example!</p>
  </body>
</html>