today:
124
yesterday:
174
Total:
998,280

How to make Mobile Web

admin 2017.05.08 10:30 Views : 28

How to make Mobile Web.

Insert the code in Header section.

+++++++   code      +++++++++++++++

<script type="text/javascript">
  <!--
  if (screen.width <= 800) {
    window.location = "http://medwigs.net";
  }
  //-->
</script>

++++++++  code  end  ++++++++++++++