File: opengraph_no_metadata.html

package info (click to toggle)
ruby-opengraph-parser 0.2.3%2Bgh-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 132 kB
  • ctags: 13
  • sloc: ruby: 316; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
    <title>OpenGraph Title Fallback</title>
    <meta name="description" content="Short Description Fallback" />
    <meta property="og:type" content="" />
    <meta property="og:url" content="" />
  </head>
  <body>
    <img src="/images/wall1.jpg" />
    <img src="../images/wall2.jpg" />
  </body>
</html>