forked from donking12/QR-Code-LY
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (42 loc) · 3.09 KB
/
index.html
File metadata and controls
48 lines (42 loc) · 3.09 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>QR Code LY | Fast Card Data & QR Code Extractor</title>
<!-- SEO Meta Tags -->
<meta name="description" content="Instantly extract text, numbers, and QR code data from any card using our AI-powered tool. Supports English and Arabic, with a user-friendly interface and day/night modes.">
<meta name="keywords" content="qr code reader, card scanner, data extraction, ocr, gemini ai, arabic ocr, top-up card, payment card, libya, qrcode.com.ly">
<meta name="author" content="QR Code LY">
<link rel="canonical" href="https://qrcode.com.ly" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://qrcode.com.ly/">
<meta property="og:title" content="QR Code LY | Fast Card Data & QR Code Extractor">
<meta property="og:description" content="Instantly extract text, numbers, and QR code data from any card using our AI-powered tool.">
<meta property="og:image" content="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' width='120' height='120'%3E%3Crect width='120' height='120' fill='%230A2540'/%3E%3Cpath d='M30,30 h30 v30 h-30z M70,30 h20 v20 h-20z M30,70 h20 v20 h-20z M70,70 h30 v30 h-30z' fill='%2363b3ed'/%3E%3C/svg%3E">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://qrcode.com.ly/">
<meta property="twitter:title" content="QR Code LY | Fast Card Data & QR Code Extractor">
<meta property="twitter:description" content="Instantly extract text, numbers, and QR code data from any card using our AI-powered tool.">
<meta property="twitter:image" content="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' width='120' height='120'%3E%3Crect width='120' height='120' fill='%230A2540'/%3E%3Cpath d='M30,30 h30 v30 h-30z M70,30 h20 v20 h-20z M30,70 h20 v20 h-20z M70,70 h30 v30 h-30z' fill='%2363b3ed'/%3E%3C/svg%3E">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%230A2540' d='M20,20h25v25h-25z M55,20h25v25h-25z M20,55h25v25h-25z M67.5,55h12.5v12.5h-12.5z M55,67.5h12.5v12.5h-12.5z M80,80h12.5v12.5h-12.5z M55,55v-12.5h-12.5v12.5h-12.5v12.5h12.5v12.5h-12.5v12.5h12.5v12.5h12.5v-12.5h12.5v12.5h12.5v-12.5h-12.5v-12.5h12.5v-12.5h-12.5z'/%3E%3C/svg%3E">
<!-- Client-side libraries for OCR and QR Code Reading -->
<script src='https://cdn.jsdelivr.net/npm/tesseract.js@5/dist/tesseract.min.js'></script>
<script src="https://cdn.jsdelivr.net/npm/jsqr@1.4.0/dist/jsQR.min.js"></script>
<script type="importmap">
{
"imports": {
"react": "https://aistudiocdn.com/react@^19.2.0",
"react-dom/": "https://aistudiocdn.com/react-dom@^19.2.0/",
"react/": "https://aistudiocdn.com/react@^19.2.0/"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>