Skip to content

Instantly share code, notes, and snippets.

@JeremyMcCormick
Created August 13, 2015 01:59
Show Gist options
  • Save JeremyMcCormick/b146e7b68d761bc3c56a to your computer and use it in GitHub Desktop.
Save JeremyMcCormick/b146e7b68d761bc3c56a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Title</title>
</head>
<body>
<h1>Parent page</h1>
<jsp:include page="include.jsp" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment