add cover and some tweaks
parent
42485da43b
commit
40adfb49c9
@ -0,0 +1,30 @@
|
||||
<!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>
|
Loading…
Reference in New Issue