2026-05-11 16:04:22 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
2026-05-11 16:51:54 +02:00
|
|
|
<title>Naiv-QR</title>
|
2026-05-11 16:04:22 +02:00
|
|
|
<link rel="stylesheet" href="popup.css">
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<main>
|
|
|
|
|
<div id="qr" class="qr"></div>
|
|
|
|
|
<p id="message" class="message" role="status" hidden></p>
|
|
|
|
|
<p id="url-text" class="url"></p>
|
|
|
|
|
<button id="copy" type="button">Copy URL</button>
|
|
|
|
|
</main>
|
|
|
|
|
<script type="module" src="popup.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|