112 lines
2.7 KiB
HTML
112 lines
2.7 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>cutt - set password</title>
|
|
</head>
|
|
<body
|
|
style="
|
|
margin: auto;
|
|
max-width: 800px;
|
|
padding: 2rem 1.5rem;
|
|
background-color: white;
|
|
"
|
|
>
|
|
<p
|
|
style="
|
|
display: flex;
|
|
justify-content: center;
|
|
text-align: center;
|
|
padding: 2rem;
|
|
"
|
|
>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="200" viewBox="0 0 80 50">
|
|
<ellipse
|
|
cx="40"
|
|
cy="25"
|
|
rx="20.263"
|
|
ry="20.633"
|
|
style="
|
|
fill: #c7d6f1;
|
|
fill-opacity: 1;
|
|
stroke: #36c;
|
|
stroke-width: 8.73336;
|
|
"
|
|
/>
|
|
<path
|
|
d="M0 17.67h80v14.66H0Z"
|
|
style="
|
|
fill: #000;
|
|
stroke-width: 3.56018;
|
|
paint-order: stroke fill markers;
|
|
"
|
|
/>
|
|
<text
|
|
x="39.788"
|
|
y="29.819"
|
|
style="
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 700;
|
|
font-stretch: normal;
|
|
font-size: 14px;
|
|
line-height: 1;
|
|
font-family: Sans;
|
|
-inkscape-font-specification: "Sans Bold";
|
|
text-align: center;
|
|
letter-spacing: 2.83px;
|
|
writing-mode: lr-tb;
|
|
direction: ltr;
|
|
text-anchor: middle;
|
|
fill: #fff;
|
|
stroke: #fff;
|
|
stroke-width: 0.655;
|
|
stroke-dasharray: none;
|
|
stroke-opacity: 1;
|
|
paint-order: stroke fill markers;
|
|
"
|
|
>
|
|
<tspan
|
|
x="39.788"
|
|
y="29.819"
|
|
style="
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 700;
|
|
font-stretch: normal;
|
|
font-size: 14px;
|
|
font-family: Sans;
|
|
-inkscape-font-specification: "Sans Bold";
|
|
letter-spacing: 2.83px;
|
|
fill: #fff;
|
|
stroke: #fff;
|
|
stroke-width: 0.655;
|
|
stroke-dasharray: none;
|
|
stroke-opacity: 1;
|
|
"
|
|
>
|
|
CUTT
|
|
</tspan>
|
|
</text>
|
|
</svg>
|
|
</p>
|
|
<p>Hello USER,</p>
|
|
<p>click on the following link to set yourself a new password.</p>
|
|
<p style="text-align: center; padding: 2rem">
|
|
<a
|
|
href="LINK"
|
|
style="
|
|
color: ghostwhite;
|
|
font-weight: bold;
|
|
background-color: #36c;
|
|
border-radius: 0.25rem;
|
|
padding: 1rem;
|
|
text-decoration: none;
|
|
"
|
|
>reset password</a
|
|
>
|
|
</p>
|
|
<p>Cheers,<br />Julius</p>
|
|
</body>
|
|
</html>
|