Skip to content

Commit

Permalink
Simple changes for webpage content
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomejt committed Jun 25, 2015
1 parent 739a468 commit c3e2372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>Example Webpage</title>
<title>Super Simple Example Webpage</title>
</head>
<body>
<h1>Example Web Page</h1>
<h1>Super Simple Example Web Page</h1>
<p>
This is an example web page on a JSP.
This is a very simple example web page on a JSP.
</p>
</body>
</html>

0 comments on commit c3e2372

Please sign in to comment.