summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/tb3/archetypes/quickstart-stripes/src/main/resources/archetype-resources/src/main/webapp/index.html
blob: 070582d04c4af3e3d5a36e79e4dfcd4b7132454d (plain)
1
2
3
4
5
6
7
8
9
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
    <meta http-equiv="refresh" content="0;url=Home.htm">
  </head>
</html>