1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta name="Author" content="Fletcher T. Penney, MD & others" />
<link type="text/css" rel="stylesheet" href="http://some.url/sample.css" />
<meta name="Date" content="January 14, 2006" />
<meta name="Email" content="John "Bull" Doe <john.bull.doe@example.org>" />
<meta name="Format" content="complete" />
<title>MultiMarkdown Test & Document</title>
<link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid.delegate" href="http://openid.org/example" />
</head>
<body>
<p>Intro: This is the first paragraph.</p>
</body>
</html>
|