Created
June 1, 2015 17:51
-
-
Save szimek/0b4245e37a038f447af0 to your computer and use it in GitHub Desktop.
Revisions
-
szimek created this gist
Jun 1, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Title</title> <meta property="description" ng-attr-content="Wrong description" content="Description" /> <meta property="og:title" ng-attr-content="Wrong title" content="Title" /> <meta property="og:description" ng-attr-content="Wrong description" content="Description" /> <meta property="og:type" content="website" /> <meta property="og:image" content="https://fbstatic-a.akamaihd.net/rsrc.php/v2/y6/r/YQEGe6GxI_M.png" /> </head> <body> <h1>Test</h1> </body> </html>