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.
 
 
 
 

17 lines
495 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}"></head>
  9. <body>
  10. <script>
  11. setTimeout(function(){
  12. window.location.href='{$kx.config.mobileurl}'
  13. },0)
  14. </script>
  15. </body>
  16. </html>