Blame view

samples/schedule-sample/src/main/webapp/index.jsp 149 Bytes
bernard authored
1 2 3 4 5 6 7 8 9 10 11
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">

<html>

<head></head>

<body>
<jsp:forward page="/pages/index.jsf"/>
</body>

</html>