docs2pdf/cover.html

31 lines
648 B
HTML
Raw Normal View History

2022-04-21 22:47:52 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cover</title>
<style>
html, body{
height: 100%;
width: 100%;
margin: 0;
font-family: Helvetica, Arial, sans-serif;
}
body{
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
}
.subtitle{
font-weight: bold;
font-size: 1.2rem ;
}
</style>
</head>
<body>
<h1>{{title}}</h1>
<p class="subtitle">{{subtitle}}</p>
<p class="date">{{date}}</p>
</body>
</html>