<!DOCTYPE html>
<html>
<!--
This document was taken and adapted for our tests from https://ogp.me/.
Some content was taken from https://developer.mozilla.org.
The Open Graph protocol was originally created at Facebook and is inspired by
Dublin Core, link-rel canonical, Microformats, and RDFa. The specification
described on this page is available under the Open Web Foundation Agreement,
Version 0.9. This website is Open Source.
-->
<!--
See also
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name
https://html.spec.whatwg.org/multipage/semantics.html#the-meta-element
-->
<head>
<META CHARSET="UTF-8">
<title>The Open Graph protocol</title>
<!-- these must be skipped by collectMeta*() -->
<metA property="og:title" content=" Open Graph protocol ">
<META PROPERTY="OG:TYPE" CONTENT=" website">
<meta property="og:url" content="https://ogp.me/">
<meta property="og:image" content="https://ogp.me/logo.png">
<!-- ... and so on ... -->
<meta prefix="fb: https://ogp.me/ns/fb#" property="fb:app_id" content="115190258555800">
<meta >
<!-- ... but not these (although the next two are skipped by collectMetaClassic) -->
<meta name="Алабала" content="ница " турска="паница.">
<meta name="empty" content=" ">
<!-- The name="undefined" is skipped because it does not have @content attribute -->
<meta name="undefined" >
<!-- ... these are all returned by collectMetaClassic) -->
<meta name="referrer" content="no-referrer">
<Meta name="description" content=" The Open Graph protocol enables... ">
<meta name="Author" content="Ванчо Панчев ">
<meta name="generator" content=" Хей, гиди Ванчо ">
<!--
When the http-equiv attribute is specified on a meta element, the element is a pragma directive.
https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv
-->
<meta http-equiv="refresh" content="3;url=https://www.mozilla.org">
<meta http-equiv="Content-type" content="text/html">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta http-equiv="Content-Disposition" content="">
<meta http-equiv="Keep-Alive">
</head>
<body>
<div id="body">
<div id="header">
<h1>The Open Graph protocol</h1>
<img alt="Open Graph protocol logo" src="https://ogp.me/logo.png" width="300" height="300">
</div>
<div id="content">
<h2 id="aidintrohrefintrointroductiona"><a id="intro" href="#intro">Introduction</a></h2>
<p>The <a href="https://ogp.me/">Open Graph protocol</a> enables any web page to become a
rich object in a social graph. For instance, this is used on Facebook to allow
any web page to have the same functionality as any other object on Facebook.</p>
...