-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 1.76 KB
/
Copy pathindex.html
File metadata and controls
32 lines (29 loc) · 1.76 KB
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
30
31
32
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary SEO -->
<title>KCSE Computer Project 2026 — Azani ISP System | Full Solution</title>
<meta name="description" content="Get the complete KCSE 2026 Computer Project solution — Azani Internet Service Provider Information System. Full source code, documentation, database schemas and 24/7 expert support." />
<meta name="keywords" content="KCSE 2026, computer project, Azani ISP, Kenya certificate, secondary education, source code, documentation" />
<meta name="author" content="KCSE Computer Projects" />
<meta name="theme-color" content="#020617" />
<!-- Open Graph (Facebook, WhatsApp previews) -->
<meta property="og:type" content="website" />
<meta property="og:title" content="KCSE Computer Project 2026 — Azani ISP System" />
<meta property="og:description" content="The most comprehensive KCSE 2026 Computer Project solution. Full source code, expert documentation, and 24/7 support to guarantee your top grade." />
<meta property="og:image" content="/logo.png" />
<meta property="og:site_name" content="KCSE Computer Projects" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="KCSE Computer Project 2026 — Azani ISP System" />
<meta name="twitter:description" content="Get the complete KCSE 2026 Computer Project solution with source code, documentation and support." />
<meta name="twitter:image" content="/logo.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>