]> git.llucax.com Git - personal/website.git/blob - source/blog/header.html
3771a42fe619454d23747a28477eff4e6c89f54f
[personal/website.git] / source / blog / header.html
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6 <head>
7 <link rel="alternate" title="%(title)s" href="%(fullurl)s/atom"
8         type="application/atom+xml" />
9 <link href="%(css_url)s" rel="stylesheet" type="text/css" />
10 <title>%(title)s</title>
11 <script type="text/javascript">
12 /* <![CDATA[ */
13     (function() {
14         var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
15         s.type = 'text/javascript';
16         s.async = true;
17         s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto&uid=llucax&language=en&popout=0';
18         t.parentNode.insertBefore(s, t);
19     })();
20 /* ]]> */</script>
21 </head>
22
23 <body>
24
25 <h1>
26         <a href="%(url)s">%(title)s</a>
27         &nbsp;
28         <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.llucax.com.ar/blog/"></a>
29         <noscript>
30                 <a href="http://flattr.com/thing/1141821/Lucas-meaningless-thoughts" target="_blank">
31                         <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" />
32                 </a>
33         </noscript>
34 </h1>
35
36 <div class="content">