Files
Docker-Flask-QR/templates/index.html
2023-10-31 20:15:54 +01:00

10 lines
128 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>QR-Code-Generator</title>
</head>
<body>
<img src="{{ data|qrcode }}">
</body>
</html>