28 lines
1.2 KiB
HTML
28 lines
1.2 KiB
HTML
{% include "global/urlify" -%}
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
|
|
<head>
|
|
<title>{% block title %}{% endblock %} - I2P</title>
|
|
<link rel="canonical" href="{{ domain }}/{{ path }}" />
|
|
<link rel="stylesheet" href="/_static/styles/{{ g.theme }}.css" type="text/css" title="{{ g.theme }}" />
|
|
<link rel="shortcut icon" href="/_static/favicon.ico" />
|
|
<link type="application/atom+xml" rel="alternate" href="http://code.google.com/feeds/p/i2p/downloads/basic" />
|
|
<meta name="robots" content="NOODP" />
|
|
</head>
|
|
<body>
|
|
<div class="hide"><a href="#main" title="Skip navigation" accesskey="2">Skip navigation</a></div>
|
|
<div class="logo">
|
|
<a href="index.html" class="fade"><img src="/_static/images/i2plogo.png" alt="I2P Logo" title="Invisible Internet Project (I2P)" /></a>
|
|
</div>
|
|
<h1>{{ self.title() }}</h1>
|
|
<div class="menu">
|
|
{% include "global/menu.html" %}
|
|
</div>
|
|
<div class="main" id="main">
|
|
{% block content %}{% endblock %}
|
|
</div>
|
|
</body>
|
|
</html>
|