Demi prépa TP1
This commit is contained in:
commit
369973c9fd
7 changed files with 183 additions and 0 deletions
29
template.html
Normal file
29
template.html
Normal 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>
|
Reference in a new issue