index.htm 474 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>${context.getContextName()}</title>
  5. <meta charset="UTF-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  8. <meta name="viewport" content="width=device-width,initial-scale=1"/>
  9. <meta name="Author" content="${context.getContextName()}" />
  10. </head>
  11. <body>
  12. index.htm
  13. <br><br>
  14. <a href="ws.htm">ws.htm</a>
  15. <a href="jdk-7u80-windows-x64.exe">下载</a>
  16. </body>
  17. </html>