Skip to content

Instantly share code, notes, and snippets.

@szimek
Created June 1, 2015 17:51
Show Gist options
  • Save szimek/0b4245e37a038f447af0 to your computer and use it in GitHub Desktop.
Save szimek/0b4245e37a038f447af0 to your computer and use it in GitHub Desktop.

Revisions

  1. szimek created this gist Jun 1, 2015.
    18 changes: 18 additions & 0 deletions index.html
    Original 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>