21 lines
486 B
Django/Jinja
21 lines
486 B
Django/Jinja
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="/static/style.css" />
|
|
<title>Revbank Deposit</title>
|
|
</head>
|
|
<body>
|
|
<h1>Bitlair Bartegoed Scannen</h1>
|
|
|
|
<p>Scan nu deze code in Revbank:</p>
|
|
{{ qr_svg | safe }}
|
|
<p>Of typ over: <code>{{ code }}</code></p>
|
|
|
|
<p>Rond af door je accountnaam te typen.</p>
|
|
|
|
<footer>
|
|
<a href="https://bitlair.nl">bitlair.nl</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|