24 --%> |
24 --%> |
25 <%@ page contentType="text/html;charset=UTF-8" %> |
25 <%@ page contentType="text/html;charset=UTF-8" %> |
26 <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> |
26 <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> |
27 <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> |
27 <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> |
28 |
28 |
29 <h1><fmt:message key="app.title"/></h1> |
29 <h1>LightPIT</h1> |
30 |
30 |
31 <fmt:message key="app.name"/> |
31 <fmt:message key="app.name"/> |
32 |
32 |
33 <h2><fmt:message key="app.changelog"/></h2> |
33 <h2><fmt:message key="app.changelog"/></h2> |
34 |
34 |