<!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>
|