Mercurial > hg-website
comparison hgscm/templates/base.html @ 222:101601f15bf5
Remove developing notice bar
author | David Soria Parra <dsp@php.net> |
---|---|
date | Fri, 10 Jul 2009 11:34:22 +0200 |
parents | 7ba358bcf795 |
children |
comparison
equal
deleted
inserted
replaced
218:7ba358bcf795 | 222:101601f15bf5 |
---|---|
9 <link rel="shortcut icon" type="image/x-icon" href="{{ MEDIA_URL }}images/favicon.ico"> | 9 <link rel="shortcut icon" type="image/x-icon" href="{{ MEDIA_URL }}images/favicon.ico"> |
10 | 10 |
11 <title>Mercurial SCM</title> | 11 <title>Mercurial SCM</title> |
12 </head> | 12 </head> |
13 <body id="home"> | 13 <body id="home"> |
14 <div class="wip-warning">Please note that this site is <em>work in progress and incomplete</em>! You probably want to <a href="http://www.selenic.com/mercurial" style="color: #3d3dfa">visit the official mercurial homepage</a> instead.</div> | |
15 | |
16 <h1 id="logo"><a href="/">mercurial</a></h1> | 14 <h1 id="logo"><a href="/">mercurial</a></h1> |
17 | 15 |
18 <ul id="nav" class="typeface-js"> | 16 <ul id="nav" class="typeface-js"> |
19 <li><a href="{% url about %}">about</a></li> | 17 <li><a href="{% url about %}">about</a></li> |
20 <li><a href="{% url workflow_guide %}">guide</a></li> | 18 <li><a href="{% url workflow_guide %}">guide</a></li> |