| 12345678910111213141516171819202122232425262728293031323334353637 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html><head>  <title>{% block page_title %} Home {% endblock %} » oz123.github.com</title>  <link rel="stylesheet" type="text/css" href="/media/css/pygments_style.css" media="screen" />   <link rel="stylesheet" type="text/css" href="/media/css/site.css" media="screen" />   {% block css %}{% endblock %}  <link href="{% block head_feed_link %}/atom.xml{% endblock %}" type="application/atom+xml" rel="alternate" title="{% block head_feed_title %}Oz's github » Oz's Weblog{% endblock %}" />   <link rel="stylesheet" type="text/css" media="screen" href="http://www.devslide.com/public/labs/browser-detection/browser-detection.css" />    <script type="text/javascript">    <!--[if IE]>    window.location.href = "http://oz123.github.com/explorer.html";    <![endif]--></script></head><body><div id="page" class="loading"><!-- This block contains the header information of each post -->  <div id="header">    {% block header %}    {% endblock %}  </div>  <div id="content">    {% block content %}    {% endblock %}  </div>  <div id="footer">    <p>© Oz Nahum Tiram 2012. Some Rights Reserved</p>  </div></div>{% include 'sidebar.html' %}{% include 'google_analytics.html' %}</body></html>
 |