templates/markdown/header.tmpl @ 5a8c3dda25ee

Fix relative links rebase
author constantine@gmail.com
date Tue, 08 Oct 2013 00:02:43 +0700
parents 133cd05dafd1
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>