Edited html template

ref #5
This commit is contained in:
Nicolai Ort 2021-02-05 17:49:42 +01:00
parent bd6ec6215d
commit d58453faf9

View File

@ -2,24 +2,14 @@
<head> <head>
<meta charset="utf8"> <meta charset="utf8">
<title>Sponsoring contract</title> <title>Sponsoring contract</title>
<style>
.page {
position: relative;
height: 148mm;
width: 210mm;
page-break-after: auto;
margin: 50px;
overflow: hidden;
}
</style>
<link rel="stylesheet" href="https://unpkg.com/mvp.css"> <link rel="stylesheet" href="https://unpkg.com/mvp.css">
</head> </head>
<body> <body>
<div class="page"> <div class="page">
<h1>ID: {{runner_id}}</h1> <p>ID: {{runner_id}}</p>
<h1>FIRSTNAME: {{runner_firstname}}</h1> <p>FIRSTNAME: {{runner_firstname}}</p>
<h1>LASTNAME: {{runner_lastname}}</h1> <p>LASTNAME: {{runner_lastname}}</p>
<h1>GROUP: {{runner_groupname}}</h1> <p>GROUP: {{runner_groupname}}</p>
</div> </div>
</body> </body>
</html> </html>