-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (24 loc) · 1.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="QR Code Reader Element. Easily create and read QR Codes on the web.">
<meta name="keywords" content="QR Codes, Web">
<meta name="author" content="LNSY">
<meta name="robots" content="index, follow">
<!-- Open Graph meta tags for better sharing on social media -->
<meta property="og:title" content="QR Code Reader">
<meta property="og:description" content="QR Code Reader Element. Easily create and read QR Codes on the web.">
<meta property="og:url" content="https://lnsy.dev"> <!-- Replace with your actual URL -->
<title>QR Code Element</title>
<link rel="stylesheet" type="text/css" href="./styles/index.css">
<script type="module" src="https://lnsy-dev.github.io/markdown-component/dist/mark-down-component.min.js"></script>
<script src="./index.js" type="module"></script>
<style>
</style>
</head>
<body>
<qr-code></qr-code>
</body>
</html>