spring 基础框架建设

index.html 299B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1" />
  6. <meta name="viewport" content="width=device-width" />
  7. <title>Scaffold Lite - JS</title>
  8. </head>
  9. <body>
  10. <div id="ice-container"></div>
  11. </body>
  12. </html>