You can create different pages for mobile, web and touch version in your xtgem site using xt get device template.
Its easy and works fine, just follow below steps.
Index page code
This is the code for the main index page
Copy it to a
plain text file named index
It will redirect to
mobile_index - touch_index - web_index
For the css stylesheet link copy this to a
plain text file named
_headtags( _headtags is included into all html files on your site )
Use xtgem_template.css and global_stylesheet.css to hold your css that is the same for all templates.
Then add your web, mobile and touch specific css to the other files
Required files
/_headtags
/index
/mobile_index
/touch_index
/web_index
/xtgem_template.css
/mobile_creator_template.css
/touch_creator_template.css
/web_creator_template.css
UNDER MAINTENANCE