git.fiddlerwoaroof.com
Browse code

more tweaks

Ed L authored on 12/06/2014 21:53:54
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,19 @@
1
+<!doctype html>
2
+<html lang="en">
3
+   <head prefix="og: http://ogp.me/ns# profile: http://ogp.me/ns/profile#">
4
+      <meta charset="utf-8">
5
+      <title>John Doe profile page</title>
6
+      <meta property="og:title" content="Thomas Aquinas's Profile Page">
7
+      <meta property="og:type" content="profile">
8
+      <meta property="og:locale" content="en_US">
9
+      <link rel="canonical" href="http://comm.elangley.org/html/ta.html">
10
+      <meta property="og:url" content="http://comm.elangley.org/html/comm.html">
11
+      <meta property="profile:first_name" content="Thomas">
12
+      <meta property="profile:last_name" content="Aquinas">
13
+      <meta property="profile:gender" content="male">
14
+      <meta property="profile:username" content="ta">
15
+   </head>
16
+   <body>
17
+      <p>Thomas Aquinas's <a href="http://ogp.me/#type_profile">profile</a> page.</p>
18
+   </body>
19
+</html>