Edited html template

ref #5
This commit is contained in:
Nicolai Ort 2021-02-05 17:49:42 +01:00
parent bd6ec6215d
commit d58453faf9
1 changed files with 4 additions and 14 deletions

View File

@ -2,24 +2,14 @@
<head>
<meta charset="utf8">
<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">
</head>
<body>
<div class="page">
<h1>ID: {{runner_id}}</h1>
<h1>FIRSTNAME: {{runner_firstname}}</h1>
<h1>LASTNAME: {{runner_lastname}}</h1>
<h1>GROUP: {{runner_groupname}}</h1>
<p>ID: {{runner_id}}</p>
<p>FIRSTNAME: {{runner_firstname}}</p>
<p>LASTNAME: {{runner_lastname}}</p>
<p>GROUP: {{runner_groupname}}</p>
</div>
</body>
</html>