11<!doctype html>
22< html lang ="en ">
3- < head >
4- < meta charset ="UTF-8 " />
5- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < meta name ="theme-color " content ="#0f172a " />
7-
8- < title >
9- OrgExplorer — GitHub Organization Analytics & Repository Insights
10- </ title >
11-
12- < meta
13- name ="title "
14- content ="OrgExplorer — GitHub Organization Analytics & Repository Insights "
15- />
16-
17- < meta
18- name ="description "
19- content ="Analyze GitHub organizations with repository insights, contributor intelligence, activity trends, governance analytics, and interactive visualizations using OrgExplorer. "
20- />
21-
22- < meta
23- name ="keywords "
24- content ="GitHub analytics, GitHub organization analytics, repository insights, contributor analytics, open source analytics, GitHub dashboard, repository metrics, contributor graph, OrgExplorer, GitHub data visualization, open source project analytics "
25- />
26-
27- < meta name ="author " content ="AOSSIE " />
28- < meta name ="robots " content ="index, follow " />
29-
30- < link rel ="canonical " href ="https://orgexplorer.aossie.org/ " />
31-
32- < link
33- rel ="icon "
34- type ="image/svg+xml "
35- href ="/org-explorer-logo.svg "
36- />
37- < link rel ="apple-touch-icon " href ="/org-explorer-logo.png " />
38-
39- < meta property ="og:type " content ="website " />
40-
41- < meta
42- property ="og:url "
43- content ="https://orgexplorer.aossie.org/ "
44- />
45-
46- < meta
47- property ="og:title "
48- content ="OrgExplorer — GitHub Organization Analytics "
49- />
50-
51- < meta
52- property ="og:description "
53- content ="Advanced GitHub organization analytics with repository insights, contributor intelligence, governance metrics, and interactive visualizations. "
54- />
55-
56- < meta
57- property ="og:image "
58- content ="https://orgexplorer.aossie.org/og-image.png "
59- />
60-
61- < meta name ="twitter:card " content ="summary_large_image " />
62-
63- < meta
64- name ="twitter:title "
65- content ="OrgExplorer — GitHub Organization Analytics "
66- />
67-
68- < meta
69- name ="twitter:description "
70- content ="Analyze GitHub organizations with advanced repository and contributor analytics. "
71- />
72-
73- < meta
74- name ="twitter:image "
75- content ="https://orgexplorer.aossie.org/og-image.png "
76- />
77-
78- < link rel ="preconnect " href ="https://api.github.com " />
79- < link rel ="dns-prefetch " href ="https://api.github.com " />
80-
81- < script type ="application/ld+json ">
3+
4+ < head >
5+ < meta charset ="UTF-8 " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7+ < meta name ="theme-color " content ="#0f172a " />
8+
9+ < title >
10+ OrgExplorer — GitHub Organization Analytics & Repository Insights
11+ </ title >
12+
13+ < meta name ="title " content ="OrgExplorer — GitHub Organization Analytics & Repository Insights " />
14+
15+ < meta name ="description "
16+ content ="Analyze GitHub organizations with repository insights, contributor intelligence, activity trends, governance analytics, and interactive visualizations using OrgExplorer. " />
17+
18+ < meta name ="keywords "
19+ content ="GitHub analytics, GitHub organization analytics, repository insights, contributor analytics, open source analytics, GitHub dashboard, repository metrics, contributor graph, OrgExplorer, GitHub data visualization, open source project analytics " />
20+
21+ < meta name ="author " content ="AOSSIE " />
22+ < meta name ="robots " content ="index, follow " />
23+
24+ < link rel ="canonical " href ="https://orgexplorer.aossie.org/ " />
25+
26+ < link rel ="icon " type ="image/svg+xml " href ="/org-explorer-logo.svg " />
27+ < link rel ="apple-touch-icon " href ="/org-explorer-logo.png " />
28+
29+ < meta property ="og:type " content ="website " />
30+
31+ < meta property ="og:url " content ="https://orgexplorer.aossie.org/ " />
32+
33+ < meta property ="og:title " content ="OrgExplorer — GitHub Organization Analytics " />
34+
35+ < meta property ="og:description "
36+ content ="Advanced GitHub organization analytics with repository insights, contributor intelligence, governance metrics, and interactive visualizations. " />
37+
38+ < meta property ="og:image " content ="https://orgexplorer.aossie.org/og-image.png " />
39+
40+ < meta name ="twitter:card " content ="summary_large_image " />
41+
42+ < meta name ="twitter:title " content ="OrgExplorer — GitHub Organization Analytics " />
43+
44+ < meta name ="twitter:description "
45+ content ="Analyze GitHub organizations with advanced repository and contributor analytics. " />
46+
47+ < meta name ="twitter:image " content ="https://orgexplorer.aossie.org/og-image.png " />
48+
49+ < link rel ="preconnect " href ="https://api.github.com " />
50+ < link rel ="dns-prefetch " href ="https://api.github.com " />
51+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/AOSSIE-Org/SocialShareButton/src/social-share-button.css "
52+ crossorigin ="anonymous " />
53+ < script defer src ="https://cdn.jsdelivr.net/gh/AOSSIE-Org/SocialShareButton/src/social-share-button.js "
54+ crossorigin ="anonymous "> </ script >
55+ < script type ="application/ld+json ">
8256 {
8357 "@context" : "https://schema.org" ,
8458 "@type" : "WebApplication" ,
9468 }
9569 }
9670 </ script >
97- </ head >
71+ </ head >
72+
73+ < body >
74+ < noscript > OrgExplorer requires JavaScript to run properly. </ noscript >
9875
99- < body >
100- < noscript > OrgExplorer requires JavaScript to run properly. </ noscript >
76+ < div id ="root "> </ div >
10177
102- < div id ="root "> </ div >
78+ < script type ="module " src ="/src/main.jsx "> </ script >
79+ </ body >
10380
104- < script type ="module " src ="/src/main.jsx "> </ script >
105- </ body >
106- </ html >
81+ </ html >
0 commit comments