File: canadian.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 (16 lines) | stat: -rw-r--r-- 665 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8">
<title>Canadian, eh?</title>
<meta property="og:type" content="website">
<meta property="og:locale" content="en_CA">
<meta property="og:title" content="Canadian, eh?">
<link rel="canonical" href="http://examples.opengraphprotocol.us/canadian.html">
<meta property="og:url" content="http://examples.opengraphprotocol.us/canadian.html">
<meta property="og:image" content="http://examples.opengraphprotocol.us/media/images/50.png">
</head>
<body>
<p>Some Canadians speak English. If I wanted to localize to Canadian English I might add a locale of en_CA.</p>
</body>
</html>