index.html (411B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>reverse qr</title> 5 <meta charset="UTF-8" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> 7 <style> 8 @import "./styles.css"; 9 </style> 10 </head> 11 <body> 12 <script type="module"> 13 import "./main.js"; 14 </script> 15 </body> 16 </html>