mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / SSI / header.shtml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4
5 <!-- XHTML 1.1 removes the 'name' attribute from 'a' tags,
6   ( http://www.w3.org/TR/xhtml1/#guidelines
7     C.8. Fragment Identifiers )
8   which I imagine makes many browsers confused, so stick with 1.0 for now.
9   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
10  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -->
11
12 <head>
13
14 <meta http-equiv="content-type"
15       content="text/html; charset=utf-8" />
16 <meta name="description" content="My Homepage" />
17 <meta name="keywords" content="homepage,name,other,stuff" />
18 <meta name="robots" content="all" />
19 <link rel="stylesheet" href="/shared/style.css" type="text/css" />
20 <link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
21 <link rel="meta" type="application/rdf+xml" title="FOAF" href="/foaf.rdf"/>
22 <title>My Homepage</title>
23 </head>
24
25 <body>
26 <div id="header">
27  <h3 id="top">My Homepage</h3>
28  <a href="/">Homepage</a>
29  |
30  <a href="/contact.shtml">Contact</a>
31  |
32  <a href="/code/">Code</a>
33  |
34  <a href="/tools/">Tools</a>
35  <hr />
36 </div>
37
38 <div id="content">