Skip to content

Instantly share code, notes, and snippets.

@sephto
Created September 5, 2013 22:20
Show Gist options
  • Save sephto/6457065 to your computer and use it in GitHub Desktop.
Save sephto/6457065 to your computer and use it in GitHub Desktop.
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
<h1>Dynamic Poem</h1>
<p>This is the largest paragraph that has ever existed. If you could get on top the iss you would be able to see this paragraph because it's so large. People have said that the wall of china does not compare with this awesome paragraph.
<p> There once was a man from China</p>
<p>who traveled to South Carolina</p>
<p>He went by plane</p>
<p>got caught in the rain</p>
<p>and left by his wife ${param.lastWord} </p>
<input type="text" name="lastWord" value="${param.lastWord}">
<input type="submit" name="confirmButton" value="SubmitButton">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment