1- <!DOCTYPE html>
2- < html lang ="en ">
3-
4- < head >
5- < meta charset ="utf-8 " />
6-
7- < title > JSON•Edit•React</ title >
8-
9- < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
10- < meta name ="theme-color " content ="#000000 " />
11-
12- < meta name ="description " content ="A highly-configurable React component for editing or viewing JSON/object data ">
13-
14-
15- <!-- Standard favicon -->
16- < link rel ="icon " type ="image/x-icon " href ="https://carlosnz.github.io/json-edit-react/favicon.ico ">
17-
18- <!-- PNG favicons for modern browsers -->
19- < link rel ="icon " type ="image/png " sizes ="16x16 " href ="https://carlosnz.github.io/json-edit-react/image/favicon_16.png ">
20- < link rel ="icon " type ="image/png " sizes ="32x32 " href ="https://carlosnz.github.io/json-edit-react/image/favicon_32.png ">
21- < link rel ="icon " type ="image/png " sizes ="96x96 " href ="https://carlosnz.github.io/json-edit-react/image/favicon_96.png ">
22-
23- <!-- Apple Touch Icons -->
24- < link rel ="apple-touch-icon " sizes ="180x180 " href ="/image/apple-touch-icon.png ">
25-
26- <!-- Android/Chrome -->
27- < link rel ="icon " type ="image/png " sizes ="192x192 " href ="https://carlosnz.github.io/json-edit-react/image/icon_192.png ">
28- < link rel ="icon " type ="image/png " sizes ="512x512 " href ="https://carlosnz.github.io/json-edit-react/image/icon_512.png ">
29-
30-
31- < link rel ="apple-touch-icon " href ="/logo192.png " />
32-
33- <!-- Open Graph Tags -->
34- < meta property ="og:title " content ="JSON•Edit•React ">
35- < meta property ="og:description " content ="A highly-configurable React component for editing or viewing JSON/object data ">
36- < meta property ="og:image " content ="https://carlosnz.github.io/json-edit-react/image/social_banner.png ">
37- < meta property ="og:url " content ="https://carlosnz.github.io/json-edit-react/ ">
38- < meta property ="og:type " content ="website ">
39- < meta property ="og:site_name " content ="JSON•Edit•React ">
40-
41- <!-- Twitter Card Tags -->
42- < meta name ="twitter:card " content ="summary_large_image ">
43- <!-- <meta name="twitter:site" content="@YourTwitterHandle"> -->
44- < meta name ="twitter:title " content ="JSON•Edit•React ">
45- < meta name ="twitter:description " content ="A highly-configurable React component for editing or viewing JSON/object data ">
46- < meta name ="twitter:image " content ="https://carlosnz.github.io/json-edit-react/image/social_banner.png ">
47-
48- <!-- Schema.org Structured Data -->
49- < script type ="application/ld+json ">
50- {
1+ <!doctype html> < html lang ="en "> < head > < meta charset ="utf-8 "/> < title > JSON•Edit•React</ title > < meta name ="viewport " content ="width=device-width,initial-scale=1 "/> < meta name ="theme-color " content ="#000000 "/> < meta name ="description " content ="A highly-configurable React component for editing or viewing JSON/object data "> < link rel ="icon " type ="image/x-icon " href ="/json-edit-react/favicon.ico "> < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/json-edit-react/image/favicon_16.png "> < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/json-edit-react/image/favicon_32.png "> < link rel ="icon " type ="image/png " sizes ="96x96 " href ="/json-edit-react/image/favicon_96.png "> < link rel ="apple-touch-icon " sizes ="180x180 " href ="/json-edit-react/image/apple-touch-icon.png "> < link rel ="icon " type ="image/png " sizes ="192x192 " href ="/json-edit-react/image/icon_192.png "> < link rel ="icon " type ="image/png " sizes ="512x512 " href ="/json-edit-react/image/icon_512.png "> < link rel ="apple-touch-icon " href ="/json-edit-react/logo192.png "/> < meta property ="og:title " content ="JSON•Edit•React "> < meta property ="og:description " content ="A highly-configurable React component for editing or viewing JSON/object data "> < meta property ="og:image " content ="https://carlosnz.github.io/json-edit-react/image/social_banner.png "> < meta property ="og:url " content ="https://carlosnz.github.io/json-edit-react/ "> < meta property ="og:type " content ="website "> < meta property ="og:site_name " content ="JSON•Edit•React "> < meta name ="twitter:card " content ="summary_large_image "> < meta name ="twitter:title " content ="JSON•Edit•React "> < meta name ="twitter:description " content ="A highly-configurable React component for editing or viewing JSON/object data "> < meta name ="twitter:image " content ="https://carlosnz.github.io/json-edit-react/image/social_banner.png "> < script type ="application/ld+json "> {
512 "@context" : "https://schema.org" ,
523 "@type" : "SoftwareApplication" ,
534 "applicationCategory" : "DeveloperApplication" ,
8031 "tree-view" ,
8132 "treeview"
8233 ]
83- }
84- </ script >
85-
86- <!--
87- manifest.json provides metadata used when your web app is installed on a
88- user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
89- -->
90- < link rel ="manifest " href ="https://carlosnz.github.io/json-edit-react/manifest.json " />
91- < script async data-id ="%REACT_APP_CLICKY_ID% " src ="//static.getclicky.com/js "> </ script >
92- < script type ="module " crossorigin src ="https://carlosnz.github.io/json-edit-react/assets/index-B3l8k1H-.js "> </ script >
93- < link rel ="stylesheet " crossorigin href ="https://carlosnz.github.io/json-edit-react/assets/index-CgjCeP5L.css ">
94- </ head >
95-
96- < body >
97- < noscript > You need to enable JavaScript to run this app.</ noscript >
98- < div id ="root "> </ div >
99- </ body >
100-
101- </ html >
34+ } </ script > < link rel ="manifest " href ="/json-edit-react/manifest.json "/> < script async data-id ="101479166 " src ="//static.getclicky.com/js "> </ script > < script defer ="defer " src ="/json-edit-react/static/js/main.b117af9d.js "> </ script > < link href ="/json-edit-react/static/css/main.4826be4d.css " rel ="stylesheet "> </ head > < body > < noscript > You need to enable JavaScript to run this app.</ noscript > < div id ="root "> </ div > </ body > </ html >
0 commit comments