unified footer stuff

This commit is contained in:
foo
2016-12-22 07:52:15 +00:00
parent 4a885a7730
commit b0d43414ce
4 changed files with 19 additions and 7 deletions

View File

@ -1,12 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Wordsearch builder</title>
<title>Wordsearch Builder</title>
<link rel="stylesheet" type="text/css" href="base.css" />
</head>
<body>
<h1>Wordsearch builder</h1>
<a href="about.html">About</a>
<h1>Wordsearch Builder</h1>
<a href="about.jsp">About</a>
<h2>Words</h2>
<form action="build.jsp" method="post">
@ -29,5 +29,6 @@ Dining Room
<input type="submit" value="Build!" />
</form>
<%@include file="/WEB-INF/jspf/footer.jspf" %>
</body>
</html>