• Sign in

Open Source / RichFaces · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
25ef43892ed984c1f8eba8ff7e1b1558a12802b8
  • richfaces
  • samples
  • schedule-sample
  • src
  • main
  • webapp
  • index.jsp
  • Restructuring repo to match branches/tags/trunk.
    25ef4389
    bernard authored
    13 years ago  
    Browse Files »
index.jsp 149 Bytes
Raw Blame History Permalink
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>