Initial commit

This commit is contained in:
2023-10-31 20:15:54 +01:00
commit c2504f2519
15 changed files with 562 additions and 0 deletions

9
templates/index.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>QR-Code-Generator</title>
</head>
<body>
<img src="{{ data|qrcode }}">
</body>
</html>