templates/markdown/header.tmpl @ 133cd05dafd1

Re-style Hg markdown pages
author Justin Sippel <jsippel@fool.com>
date Fri, 21 Sep 2012 16:16:13 -0400
parents a1ca051886bd
children (none)
<!DOCTYPE HTML>
<html>
<head>
    <link rel="icon" href="{staticurl}hgicon.png" type="image/png" />
    <meta name="robots" content="index, nofollow"/>
    <link rel="stylesheet" href="{staticurl}bootstrap.css" type="text/css" />
    <link rel="stylesheet" href="{staticurl}markdown.css" type="text/css" />
    <link rel="stylesheet" href="{staticurl}tmf.css" type="text/css" />
    <script type="text/javascript" src="{staticurl}mercurial.js"></script>