- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
- <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
- <html>
- <head profile="<c:url value="/profile.txt"/>">
- <title><fmt:message key="setup.complete.title"/></title>
- <link media="screen" href="<c:url value="/css/global.css"/>" type="text/css" rel="stylesheet" />
- </head>
- <body>
- <h1><fmt:message key="setup.complete.title"/></h1>
- <p><fmt:message key="setup.complete.intro"/></p>
- </body>
- </html>
|