mirror of
https://github.com/tebarius/Docker-Flask-QR.git
synced 2025-12-20 22:23:30 +01:00
Initial commit
This commit is contained in:
9
templates/qr.html
Normal file
9
templates/qr.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>QR-Code-Generator</title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="{{ url|qrcode }}">
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user