-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (34 loc) · 1.44 KB
/
Copy pathindex.html
File metadata and controls
37 lines (34 loc) · 1.44 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
33
34
35
36
37
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Monynha Softwares: Technology with pride, diversity, and resistance</title>
<meta
name="description"
content="Democratizing innovation through inclusive, accessible solutions that empower diverse communities and promote social equity."
/>
<meta name="author" content="Monynha Softwares Agency" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5b2c6f" />
<link rel="manifest" href="/site.webmanifest" />
<meta
property="og:title"
content="Monynha Softwares: Technology with pride, diversity, and resistance"
/>
<meta
property="og:description"
content="Democratizing innovation through inclusive, accessible solutions that empower diverse communities and promote social equity."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="/placeholder.svg" />
<meta name="instagram:card" content="summary_large_image" />
<meta name="instagram:site" content="@monynha_softwares" />
<meta name="instagram:image" content="/placeholder.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>