frag.head.ftl 727 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>${title}</title>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  8. <link rel="stylesheet" href="https://cdn.bootcss.com/weui/1.1.3/style/weui.min.css">
  9. <link rel="stylesheet" href="https://cdn.bootcss.com/jquery-weui/1.2.1/css/jquery-weui.min.css">
  10. <style>
  11. .demos-header {
  12. padding: 20px 0 10px 0;
  13. }
  14. .demos-title {
  15. text-align: center;
  16. font-size: 34px;
  17. color: #3cc51f;
  18. font-weight: 400;
  19. margin: 0 15%;
  20. }
  21. </style>
  22. </head>
  23. <body ontouchstart>