layout.htm 762 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>${head_title!'橘力定制'}</title>
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
  7. <meta name="format-detection" content="telephone=no">
  8. <meta http-equiv="Cache-Control" content="no-cache,no-store,must-revalidate"/>
  9. <meta http-equiv="Pragma" content="no-cache"/>
  10. <meta http-equiv="Expires" content="0"/>
  11. <link rel="stylesheet" href="/wap/css/swiper-3.3.1.min.css">
  12. <link rel="stylesheet" href="/wap/css/style.css"/>
  13. <script type="text/javascript" src="/wap/js/jquery.min.js"></script>
  14. <script type="text/javascript" src="/wap/js/jquery.form.js"></script>
  15. </head>
  16. <body>
  17. ${layoutContent}
  18. </body>
  19. </html>