]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/home.jsp
Improve exception handling
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / WEB-INF / jsp / home.jsp
1 <?xml version="1.0" encoding="ISO-8859-1" ?>
2 <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
3 pageEncoding="ISO-8859-1"%>
4 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
5
6 <%@include file="header.txt"%>
7 <jsp:include page="common.jsp" />
8
9 <div id="main">
10 <h1>SLC Home</h1>
11
12 <h2>Web</h2>
13 <a href="slcExecutionList.web">SLC Executions</a>
14
15 <h2>Web Services</h2>
16 <a href="slcService/slcDefinition.wsdl">WSDL Definition</a>
17
18 </div>
19
20 <%@include file="footer.txt"%>