first commit
This commit is contained in:
commit
6134204a10
66 changed files with 1924 additions and 0 deletions
42
assets/template.html
Normal file
42
assets/template.html
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>$title$</title>
|
||||
<script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="assets/style.css">
|
||||
<link rel="stylesheet" type="text/css" href="assets/fonts/Area/stylesheet.css">
|
||||
<link rel="stylesheet" type="text/css" href="assets/fonts/Geist-mono/stylesheet.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<aside class="infos">
|
||||
<p>$client$</p>
|
||||
<p>$date$</p>
|
||||
<p>$contact$</p>
|
||||
</aside>
|
||||
|
||||
<header>
|
||||
<h1>$title$</h1>
|
||||
<h2>$baseline$</h2>
|
||||
</header>
|
||||
|
||||
<footer>
|
||||
<p><p>$footer$</p></p>
|
||||
</footer>
|
||||
|
||||
|
||||
$body$
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue