]> jfr.im git - irc/anope/website.git/blob - _includes/header.html
Convert from XHTML strict to HTML.
[irc/anope/website.git] / _includes / header.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>{% if page.title %}{{ page.title }} &mdash; {% endif %}Anope IRC Services</title>
5 <link rel="alternate" type="application/rss+xml" href="/feed.xml">
6 <link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
7 <link rel="stylesheet" type="text/css" href="/assets/anope.css">
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
9 <meta name="keywords" content="anope, irc, services, ircd, wiki, forum, support, modules, download, linux, unix, windows, conf, services.conf, link, uline, install, setup, configure, nickserv, chanserv, memoserv, hostserv, botserv, operserv, git, svn, unreal, unrealircd, ultimate, inspircd, viagraircd, shadowircd, bahamut, hybrid, dreamforge, ratbox, solidircd, encryption, md5, mysql">
10 <meta name="description" content="Anope is a set of IRC Services designed for flexibility and ease of use. Anope supports all major IRCds, and uses flatfile or MySQL Databases to store information.">
11 <meta name="author" content="The Anope Team">
12 <meta name="robots" content="all">
13 </head>
14 <body>
15 <div id="top">
16 <div id="logo">&nbsp;</div>
17 <div id="toplinks">
18 <ul>
19 <li><a href="https://login.anope.org">Login / Register</a></li>
20 </ul>
21 </div>
22 </div>
23 <div id="main">
24 <div id="menu">
25 {% for section in site.navigation %}
26 <ul>
27 {% for link in section %}
28 <li class="{% if forloop.first %}top{% endif %}"><a href="{{ link[1] }}">{{ link[0] }}</a></li>
29 {% endfor %}
30 </ul>
31 {% endfor %}
32 </div>
33 <div id="contents">