changeset 4:c424fe20583a

unify
author David Demelier <markand@malikania.fr>
date Thu, 17 Dec 2020 11:20:31 +0100
parents 4169ea40c676
children b81d34097113
files .hgignore templates/template.html
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Thu Dec 17 11:20:31 2020 +0100
@@ -0,0 +1,3 @@
+^imgup-(\d+)\.(\d+)\.(\d+)
+^www$
+\.html$
--- a/templates/template.html	Wed Dec 16 15:18:57 2020 +0100
+++ b/templates/template.html	Thu Dec 17 11:20:31 2020 +0100
@@ -1,7 +1,9 @@
 <!DOCTYPE html>
 <html>
 	<head>
+		<meta charset="UTF-8">
 		<link rel="stylesheet" href="css/no-class.css" type="text/css">
+		<title>$title$</title>
 	</head>
 	<body>
 $body$