This repository has been archived on 2019-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
s6-up-tp/template.html
2017-05-02 07:47:48 +02:00

30 lines
635 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>$title$</title>
<meta name="date" content="$date$" scheme="DD/MM/YYYY">
<meta name="author" content="$author$">
<style type="text/css">
body {
font-family: "Source Sans Pro", Calibri, Carlito, sans-serif;
font-size: 15pt;
margin: 1cm;
}
@media print {
a {
color: black;
text-decoration: none;
}
}
</style>
</head>
<body lang="fr-FR">
<h1>$title$</h1>
<h2>$author$</h2>
<hr/>
$body$
</body>
</html>