source: other-projects/the-macronizer/trunk/web/index.jsp@ 30594

Last change on this file since 30594 was 29855, checked in by davidb, 9 years ago

John's code after refactoring by Tom over the summer of 2014/2015

File size: 373 bytes
Line 
1<%--
2 Document : index
3 Created on : 2/12/2014, 11:01:03 AM
4 Author : tl113
5--%>
6
7<%@page contentType="text/html" pageEncoding="UTF-8"%>
8<!DOCTYPE html>
9<html>
10 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
12 <title>JSP test Page</title>
13 </head>
14 <body>
15 <h1>Hello World!</h1>
16 </body>
17</html>
Note: See TracBrowser for help on using the repository browser.