This repository was archived by the owner on May 6, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
7
< meta name ="description " content ="PHP code analysis and utilities for the Atom editor ">
8
8
9
+ < meta property ="og:title " content ="PHP Integrator ">
10
+ < meta name ="description " content ="PHP code analysis and utilities for the Atom editor ">
11
+ < meta property ="og:description " content ="PHP code analysis and utilities for the Atom editor ">
12
+ < link rel ="canonical " href ="https://php-integrator.github.io/ ">
13
+ < meta property ="og:url " content ="https://php-integrator.github.io/ ">
14
+ < meta property ="og:site_name " content ="PHP Integrator ">
15
+ < meta property ="og:image " content ="https://php-integrator.github.io/images/logo.png ">
16
+ < script type ="application/ld+json ">
17
+ {
18
+ "@context" : "http://schema.org" ,
19
+ "@type" : "WebSite" ,
20
+ "name" : "PHP Integrator" ,
21
+ "headline" : "PHP Integrator" ,
22
+ "image" : "https://php-integrator.github.io/images/logo.png" ,
23
+ "description" : "PHP code analysis and utilities for the Atom editor" ,
24
+ "logo" : "https://php-integrator.github.io/images/logo.png" ,
25
+ "url" : "https://php-integrator.github.io/"
26
+ }
27
+ </ script >
28
+
9
29
< title > PHP Integrator</ title >
10
30
11
31
< link rel ="icon " href ="images/logo.png ">
You can’t perform that action at this time.
0 commit comments