File: XHTML_Headers.xhtml

package info (click to toggle)
libtext-multimarkdown-perl 1.000035-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,772 kB
  • ctags: 148
  • sloc: perl: 2,186; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (3)
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 &amp; 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 &quot;Bull&quot; Doe &lt;john.bull.doe@example.org&gt;" />
		<meta name="Format" content="complete" />
		<title>MultiMarkdown Test &amp; 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>