Hopefully this is a simple question. I created 3 html files based on different sizes. Basically what I want to do is load a specific page depending the size (width) of the clients computer/smart phone.
For example put in main index.html
something like
If (page.width < 321)
Load index320.html
Else if (page.width > 320) and (page.width < 481)
Load index480.html
Else load indexother.html