| 123456789101112131415161718 |
- <!doctype html public "-//w3c//dtd html 4.0 transitional//en" "http://www.w3.org/TR/REC-html40/strict.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>iEat Live Demo</title>
- </head>
- <body>
- <script type="text/javascript">
- <!--
- window.location = 'ieat/home.do';
- //-->
- </script>
- <noscript>
- This is the iEat Live Demo Tomcat server. To visit iEat, go to <a href="ieat/home.do">ieat/home.do</a>.
- </noscript>
- </body>
- </html>
|