Demi prépa TP1

This commit is contained in:
Geoffrey Frogeye 2017-05-02 07:47:48 +02:00
commit 369973c9fd
7 changed files with 183 additions and 0 deletions

29
template.html Normal file
View file

@ -0,0 +1,29 @@
<!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>