Created
August 13, 2015 01:59
-
-
Save JeremyMcCormick/b146e7b68d761bc3c56a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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