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.
 
 
 
 

18 lines
496 B

  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0" />
  6. <title>{$tkd.title|parseTpl}</title>
  7. <meta name="keywords" content="{$tkd.keywords|parseTpl}">
  8. <meta name="description" content="{$tkd.description|parseTpl}">
  9. </head>
  10. <body>
  11. <script>
  12. setTimeout(function(){
  13. window.location.href='{$kx.config.mobileurl}'
  14. },0)
  15. </script>
  16. </body>
  17. </html>