Server Address : 2a02:4780:a:760:0:37cc:13e2:3
Web Server : LiteSpeed
Uname : Linux uk-fast-web660.main-hosting.eu 5.14.0-570.55.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 21 05:27:51 EDT 2025 x86_64
PHP Version : 7.4.33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="website, website development, Application, app development, it solutuions">
<link rel="short icon" href="img/logo.png">
<link rel="stylesheet" href="css/style.css?v=<?php echo time();?>">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>StarTech World</title>
</head>
<body>
<header class="header flex eq wfull">
<a href="index.php">
<div class="gap logo">
<img src="img/logo.png" alt="">
</div>
</a>
<nav>
<ul class="flex eq wfull">
<li>
<a href="index.php">Home</a>
</li>
<li>
<a href="about.php">About Us</a>
</li>
<li>
<a href="services.php">Services</a>
</li>
<li>
<a href="#">Help</a>
</li>
<li>
<a href="contact.php">Contact Us</a>
</li>
</ul>
</nav>
<div class="gap">
<a href="tel:+91-8171475514" class="btn1">Customer Support</a>
</div>
</header>