File: metaformats_ogp.html

package info (click to toggle)
mf2py 2.0.1-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: python: 1,917; makefile: 19
file content (20 lines) | stat: -rw-r--r-- 784 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <title>Hello World</title>
  <base href="http://tantek.com/" />
  <meta property="og:type" content="article" />
  <meta property="og:title" content="Titull foo" />
  <meta property="og:description" content="Descrypshun bar" />
  <meta property="og:image" content="http://example.com/baz.jpg" />
  <meta property="og:audio" content="http://example.com/biff.mp3" />
  <meta property="og:video" content="http://example.com/boff.mov" />
  <meta property="article:author" content="/me" />
  <meta property="article:published_time" content="2023-01-02T03:04Z" />
  <meta property="article:modified_time" content="2023-01-02T05:06Z" />
</head>
<body>
  <p>Hello world!</p>
</body>
</html>