Software /
code /
mercurial-template
Diff
header.tmpl @ 0:2f78b9100113 draft
Init.
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Mon, 10 Jul 2023 23:41:04 +0700 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/header.tmpl Mon Jul 10 23:41:04 2023 +0700 @@ -0,0 +1,9 @@ +<!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-US"> +<head> +<link rel="icon" href="{staticurl|urlescape}hgicon.png" type="image/png" /> +<meta name="robots" content="index, nofollow" /> +<link rel="stylesheet" href="/style-hg.css" type="text/css" /> +<link rel="stylesheet" href="/style.css" type="text/css" /> +<script type="text/javascript" {if(nonce, ' nonce="{nonce}"')} src="{staticurl|urlescape}mercurial.js"></script> +