neue Datei: root/css/global.css
neue Datei: root/error.html neue Datei: root/favicon.ico neue Datei: root/index.html neue Datei: root/message.html neue Datei: root/qrcode.html neue Datei: root/settings.html
This commit is contained in:
15
root/qrcode.html
Normal file
15
root/qrcode.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>QR-Code</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="./css/global.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div>
|
||||
<img id="qrcode" src="data:image/png;base64,{{ base64qrcode }}">
|
||||
<a href="/" class="button">OK</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
Reference in New Issue
Block a user