Tagged: r/web_design

Congrats, you’re on a “mobile” device!

Likely redirected from: –> http://ashsimmonds.com/2016/06/02/redirect-mobile-users-to-another-page-rweb_design/ If not on mobile and not being redirected by this: <script> if (screen.width <= 800) { window.location = “http://ashsimmonds.com/2016/06/02/redirect-mobile-users-to-another-page-rweb_design/”;...