中泽后端接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

aboutUs-2.ftl 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!doctype html>
  2. <html lang="cn">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/>
  8. <meta name="apple-touch-fullscreen" content="yes">
  9. <meta name="apple-mobile-web-app-capable" content="yes">
  10. <title>${htmlTitle!"WHO WE ARE - ABOUT US"}</title>
  11. <meta name="keywords" content=${keywords!""}>
  12. <meta name="description" content=${description!""}>
  13. <meta content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width" name="viewport"/>
  14. <link href="../static/css/swiper-bundle.min.css" rel="stylesheet"/>
  15. <link rel="stylesheet" href="../static/css/animate.min.css">
  16. <script src="../static/js/wow.min.js" charset="utf-8"></script>
  17. <link href="../common/index.css" rel="stylesheet">
  18. <link href="../aboutUs-2/index.css" rel="stylesheet">
  19. <#include "./headerUp.ftl" parse=true encoding="utf-8">
  20. <meta property="og:title" content="WHO WE ARE - ABOUTUS" />
  21. <#-- <meta property="og:url" content="http://www.sharethis.com" />-->
  22. <meta property="og:image" content="http://8.218.104.92/static/images/aboutUs-2/banner.jpg" />
  23. <meta property="og:description" content="Making a fast development in commercial vehicle business." />
  24. </head>
  25. <body>
  26. <#include "./header.ftl" parse=true encoding="utf-8">
  27. ${part}
  28. <#include "./footer.ftl" parse=true encoding="utf-8">
  29. <script defer="defer" src="../runtime/index.js"></script>
  30. <script defer="defer" src="../vendor/index.js"></script>
  31. <script defer="defer" src="../common/index.js"></script>
  32. <script defer="defer" src="../aboutUs-2/index.js"></script>
  33. </body>
  34. <script>// 模块动画
  35. var wow = new WOW({
  36. boxClass: 'wow',
  37. animateClass: 'animated',
  38. offset: 100,
  39. live: true,
  40. mobile: false
  41. });
  42. wow.init();</script>
  43. </html>