-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
29 lines (29 loc) · 763 Bytes
/
services.html
File metadata and controls
29 lines (29 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<title>Services - MithTechX</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6656112659829106"
crossorigin="anonymous"></script>
</head>
<body>
<header>
<h1>MithTechX</h1>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="services.html">Services</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<main>
<h2>Our Core Services</h2>
<ul>
<li>Custom Software Development</li>
<li>Web & App Development</li>
<li>Cybersecurity Solutions</li>
<li>Data Analysis & Management</li>
<li>Tech Consulting & Freelancing Solutions</li>
</ul>
</main>
</body>
</html>