index.html 505 B

123456789101112131415161718
  1. <!doctype html public "-//w3c//dtd html 4.0 transitional//en" "http://www.w3.org/TR/REC-html40/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <title>iEat Live Demo</title>
  6. </head>
  7. <body>
  8. <script type="text/javascript">
  9. <!--
  10. window.location = 'ieat/home.do';
  11. //-->
  12. </script>
  13. <noscript>
  14. This is the iEat Live Demo Tomcat server. To visit iEat, go to <a href="ieat/home.do">ieat/home.do</a>.
  15. </noscript>
  16. </body>
  17. </html>