homeboergmann/views/qrcodeshow.ejs

8 lines
197 B
Plaintext
Raw Permalink Normal View History

2024-07-19 17:05:11 +02:00
<%- include('partials/header') %>
<h1>Ihr QR-Code</h1>
<img src="<%= qrCodeUrl %>" alt="QR-Code">
<br>
<a href="/qr">Neuen QR-Code generieren</a>
<%- include('partials/footer') %>