-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (38 loc) · 2.04 KB
/
index.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nkhili CSS - A Modern CSS Framework</title>
<meta name="description"
content="Explore NkhiliCSS, a robust CSS framework designed to simplify and accelerate web development. Create modern, responsive websites with streamlined styling and powerful features.">
<meta name="keywords"
content="nkhilicss, NkhiliCSS, nkhili css, CSS framework, responsive design, web development, easy-to-use CSS, efficient CSS, modern web design">
<meta name="author" content="Mustapha Nkhili">
<meta property="og:title" content="NkhiliCSS - A Modern CSS Framework">
<meta property="og:description"
content="Discover NkhiliCSS, a CSS framework focused on simplicity and efficiency. Perfect for creating modern, responsive websites with ease.">
<meta property="og:image" content="https://nkhilicss.web.app/nkhilicss-social.png">
<meta property="og:url" content="https://nkhilicss.web.app/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="NkhiliCSS - A Modern CSS Framework">
<meta name="twitter:description"
content="Explore NkhiliCSS, an efficient CSS framework designed to simplify web development. Create responsive websites quickly and effortlessly.">
<meta name="twitter:image" content="https://nkhilicss.web.app/nkhilicss-social.png">
<link rel="canonical" href="https://nkhilicss.web.app/">
<link rel="alternate" hreflang="en" href="https://nkhilicss.web.app/">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-H3MFZ4Z8PV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-H3MFZ4Z8PV');
</script>
</head>
<body class="bg-body">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>