66 lines
1.5 KiB
HTML
66 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Document</title>
|
|
|
|
<style>
|
|
@page {
|
|
margin: 0 50px 0 50px;
|
|
padding: 0;
|
|
size: A5 landscape;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Outfit";
|
|
src: url("../../groupsData/static/Outfit-VariableFont_wght.ttf");
|
|
}
|
|
|
|
body {
|
|
font-family: "Outfit";
|
|
font-size: 14px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style="height: 550px; position: relative">
|
|
<div
|
|
style="
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 90%;
|
|
background-image: url(../../groupsData/shx-order-voucher-codes/frontPageBackground.svg);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: 50%;
|
|
opacity: 0.1;
|
|
top: 25px;
|
|
"
|
|
></div>
|
|
|
|
<div
|
|
style="
|
|
background-image: url(../../groupsData/shx-order-voucher-codes/frontPageLogo.svg);
|
|
height: 80px;
|
|
background-size: 400px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
"
|
|
></div>
|
|
|
|
{{TEXTE}}
|
|
|
|
<span>Liebe Grüße</span>
|
|
<br />
|
|
<span
|
|
>Shinnex
|
|
<!-- <img
|
|
style="height: 20px; vertical-align: -4px"
|
|
src="../../groupsData/shx-order-voucher-codes/feeling.jpg"
|
|
/> -->
|
|
</span>
|
|
</body>
|
|
</html>
|