PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
themes
/
wilcity-childtheme
/
qrcode
<!DOCTYPE html> <html lang="fr" > <head> <meta charset="UTF-8"> <title>QR Code Flash</title> <link rel="stylesheet" href="./style.css"> </head> <body> <!-- partial:index.partial.html --> <html lang="fr" > <head> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/grid.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/version.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/detector.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/formatinf.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/errorlevel.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/bitmat.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/datablock.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/bmparser.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/datamask.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/rsdecoder.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/gf256poly.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/gf256.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/decoder.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/qrcode.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/findpat.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/alignpat.js"></script> <script src="https://rawgit.com/LazarSoft/jsqrcode/master/src/databr.js"></script> <meta charset="UTF-8"> </head> <body translate="no" > <center><div id="outdiv" class="videodiv"> <video id="camera-stream" autoplay muted playsinline> </video> </div></center> <center><div id="result"></div></center> <canvas id="qr-canvas" width="800" height="800" ></canvas> </body> </html> <!-- partial --> <script src="./script.js"></script> </body> </html>
[+]
..
[-] style.css
[edit]
[-] script.js
[edit]
[-] index.html
[edit]