12345678910111213141516171819202122232425262728293031323334 |
- <html>
- <script type="text/javascript">
- <!--[if IE]>
- window.location.href = "http://oz123.github.com/explorer.html";
- <![endif]-->
- </script>
- <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" />
- </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>
- {{side_bar}}
- {{google_analytics}}
- </body>
- </html>
|