-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.hbs
42 lines (41 loc) · 1.05 KB
/
index.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<head>
<title>sample</title>
<link rel="stylesheet" href="file:///Users/merlin/Workspace/legal/contrats-francais/legal/node_modules/gutenberg-css/dist/gutenberg.min.css" media="print">
<link rel="stylesheet" href="file://Users/merlin/Workspace/legal/contrats-francais/legal/node_modules/gutenberg-css/dist/themes/modern.min.css" media="print">
<style type="text/css">
body {
font-size: 10px;
font-family: "Montserrat",sans-serif;
}
h1 {
font-size: 26px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 14px;
}
h5 {
font-size: 12px;
}
header {
text-align: center;
}
</style>
</head>
<body>
<header id="pageHeader">EOKO SAS</header>
<section>
Exemple de header custom
<!-- start inject content -->
<%= contents %>
<!-- end inject content -->
</section>
<div id="pageFooter">Default footer</div>
</body>
</html>