Files
bytefy/bytefy.browser.extensions/Qr-Barcode.chrome/pages/barcode-page/barcode.html
2024-11-15 03:14:51 +01:00

22 lines
663 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Barcode</title>
<script src="../../libraries/JsBarcode.all.min.js"></script>
<script src="barcode.js"></script>
<link rel="stylesheet" href="../page_styling.css">
</head>
<body>
<a href="https://bytefy.net">
<img class="logotype" src="https://bytefy.net/assets/logo-full-orange-beta-vectorized.svg" alt="QR Code">
</a>
<div class="wrapper">
<h3>Barcode <span id="type"></span></h3> <svg id="barcode"></svg>
</div>
</body>
<footer>
<p>This extension is created by bytefy. For more online tools visit <a href="https://bytefy.net">bytefy.net</a></p>
</footer>
</html>