-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,31 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/favicon.png" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Pexmon</title> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/favicon.png" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<style> | ||
.attribution { font-size: 11px; text-align: center; } | ||
.attribution a { color: hsl(228, 45%, 44%); } | ||
</style> | ||
</head> | ||
<body> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
<div class="attribution" style="background-color: black; color: white;"> | ||
© 2024 Pexmon Kenya. ALL RIGHTS RESERVED | ||
</div> | ||
</body> | ||
<title>Pexmon: Kenya's Premier Software Development & IT Outsourcing Partner</title> | ||
|
||
<meta name="description" content="Pexmon is Kenya's leading provider of innovative software solutions and reliable IT services. We empower businesses with custom software development, expert IT support, and cost-effective outsourcing. Get a free quote today!" /> | ||
|
||
<meta name="keywords" content="software development Kenya, IT services Kenya, software outsourcing Kenya, custom software solutions, IT support Kenya, Pexmon Kenya, outsource software development, IT outsourcing company Kenya" /> | ||
|
||
<meta property="og:url" content="https://pexmon.one/" /> | ||
<meta property="og:title" content="Pexmon: Kenya's Premier Software Development & IT Outsourcing Partner" /> | ||
<meta property="og:description" content="Get innovative software solutions & reliable IT services from Pexmon, Kenya's leading provider. We offer custom software development, expert IT support, and cost-effective outsourcing. Get a free quote today!" /> | ||
<meta property="og:image" content="https://pexmon.one/social-card.png" /> | ||
|
||
<style> | ||
.attribution { font-size: 11px; text-align: center; } | ||
.attribution a { color: hsl(228, 45%, 44%); } | ||
</style> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
<div class="attribution" style="background-color: black; color: white;"> | ||
© 2024 Pexmon Kenya. ALL RIGHTS RESERVED | ||
</div> | ||
</body> | ||
</html> |