File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
resources/views/components/layouts Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 66 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
77 <link rel =" icon" href =" {{ asset (' favicon.svg' ) } }" >
88 <title >phpast.com - Generate and explore PHP syntax trees.</title >
9+ <meta name =" title" content =" phpast.com - Generate and explore PHP syntax trees." />
10+ <meta name =" description" content =" Generate and explore PHP syntax trees, generated by nikic/php-parser." />
11+
12+ <!-- Open Graph / Facebook -->
13+ <meta property =" og:type" content =" website" />
14+ <meta property =" og:url" content =" https://phpast.com/" />
15+ <meta property =" og:title" content =" phpast.com" />
16+ <meta property =" og:description" content =" Generate and explore PHP syntax trees." />
17+ <meta property =" og:image" content =" {{ asset (" og.png" ) } }" />
18+
19+ <!-- Twitter -->
20+ <meta property =" twitter:card" content =" summary_large_image" />
21+ <meta property =" twitter:url" content =" https://phpast.com/" />
22+ <meta property =" twitter:title" content =" phpast.com" />
23+ <meta property =" twitter:description" content =" Generate and explore PHP syntax trees." />
24+ <meta property =" twitter:image" content =" {{ asset (" og.png" ) } }" />
25+
926 <!-- Fathom - beautiful, simple website analytics -->
1027 <script src =" https://cdn.usefathom.com/script.js" data-site =" MKINPKNO" defer ></script >
1128 <!-- / Fathom -->
You can’t perform that action at this time.
0 commit comments