<?php include 'fingerprints.php'; ?> <script type="text/javascript"> if (screen.width >= 700) { document.location = "index.html"; } else { document.location = "mobile.html"; } </script>