File: min.html

package info (click to toggle)
ruby-open-graph-reader 0.7.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 9,976 kB
  • sloc: ruby: 1,525; xml: 22; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Minimal HTML</title>
<meta property="og:site_name" content="Open Graph protocol examples">
<meta property="og:description" content="Content not on page">
</head>
<body>
<img alt="logo" src="http://examples.opengraphprotocol.us/media/images/logo.png" width="300" height="300">
<p>An example of an HTML document lacking <a href="http://ogp.me/#metadata">required</a> properties.</p>
<p>Contains optional properties and HTML fallback content.</p>
</body>
</html>