| Server IP : 127.0.0.1 / Your IP : 216.73.216.48 Web Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT DESKTOP-3H4FHQJ 10.0 build 19045 (Windows 10) AMD64 User : win 10 ( 0) PHP Version : 8.2.12 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/active_xampp_upgrade/developer/ |
Upload File : |
<html>
<head>
<title>Ns.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="main_css/network.css" />
</head>
<body>
<div class="main_home_div" >
<img src="main_logo/dzlogo.png" width="60px" height="60px" style="float:left;" />
<div class="main_title_div" >diipzone.com</div>
<div class="mob_menu_div">
<img src="main_icons/menu_icon.png" id="main_icon_menu_btn" onClick="show_mob_main_left_div();" class="main_icon_menu" />
<img src="main_icons/menu_icon.png" id="close_icon_menu_btn" onClick="hide_mob_main_left_div();" class="close_icon_menu" />
</div>
</div>
<div class="positioning_div"></div>
<div class="main_left_div">
<a href="webapp"><button class="main_home_btn">Home</button></a>
<!--button class="main_home_btn" >Web App</button-->
<a href="website.php" ><button class="main_home_btn">Website Building</button></a>
<a href="network.php" ><button class="main_home_btn" >Networking</button></a>
<a href="software.php" ><button class="main_home_btn" >Software</button></a>
<a href="database.php" ><button class="main_home_btn" >Database</button></a>
<a href="contact.php" ><button class="main_home_btn" >Contact</button></a>
</div>
<div class="helping_mob_main_left_div" >
<div id="mob_main_left_div" class="mob_main_left_div">
<a href="webapp" ><button class="main_home_btn">Home</button></a>
<!--button class="main_home_btn" >Web App</button-->
<a href="website.php" ><button class="main_home_btn">Website Building</button></a>
<a href="network.php" ><button class="main_home_btn" >Networking</button></a>
<a href="software.php" ><button class="main_home_btn" >Software</button></a>
<a href="database.php" ><button class="main_home_btn" >Database</button></a>
<a href="contact.php" ><button class="main_home_btn" >Contact</button></a>
</div>
</div>
<script>
function show_mob_main_left_div()
{
document.getElementById('mob_main_left_div').style.display="block";
document.getElementById('close_icon_menu_btn').style.display="block";
document.getElementById('main_icon_menu_btn').style.display="none";
scrollTo(0,0);
}
function hide_mob_main_left_div()
{
document.getElementById('mob_main_left_div').style.display="none";
document.getElementById('close_icon_menu_btn').style.display="none";
document.getElementById('main_icon_menu_btn').style.display="block";
scrollTo(0,0);
}
</script>
<div class="main_banner_div" >
<img src="banner_img/net2.jpg" class="main_banner_image" />
</div>
<div class="container_div" >
<div class="text_banner_one">
<p>
We offer a reliable and secure networking solutions for businesses and organizations, companies. Our solutions enable computers in the organization to share internet connection and also share resources from a centralized file server or database.
</p>
</div>
<div class="main_banner_div" >
<img src="banner_img/net3.png" class="main_banner_image" />
</div>
<div class="text_banner_one">
<p>
A network connects computers, mobile phones, printers, and even IoT devices. Switches, routers, and wireless access points are the essential networking basics. Through them, devices connected to your network can communicate with one another and with other networks, like the Internet.
We are experts in getting your network infrastructure setup correctly, and operating efficiently and securely.
</p>
</div>
</div><!--end of container_div-->
<div class="footer">© 2020 NS-Developers. All rights reserved. </div>
</body>
</html>