-
-
Notifications
You must be signed in to change notification settings - Fork 257
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (34 loc) · 2.03 KB
/
index.html
File metadata and controls
38 lines (34 loc) · 2.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<link rel="apple-touch-icon" href="./apple-touch-icon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description"
content="The simplest way to create and scan QR codes. Design beautiful QR codes in just a few clicks, and scan codes instantly. Perfect for everyone, from beginners to professionals.">
<meta name="keywords" content="QR code, easy generator, simple scanner, beginner-friendly, custom, design, QR code creator, QR code maker">
<meta name="author" content="Estee Tey">
<meta property="og:title" content="Mini QR Code Generator">
<meta property="og:description"
content="The simplest way to create and scan QR codes. Design beautiful QR codes in just a few clicks, and scan codes instantly. Perfect for everyone, from beginners to professionals.">
<meta property="og:image" content="https://github.com/lyqht/styled-qr-code-generator/blob/main/public/og_image.png?raw=true">
<meta property="og:url" content="https://mini-qr-code-generator.vercel.app/">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Mini QR Code Generator">
<meta name="twitter:description"
content="The simplest way to create and scan QR codes. Design beautiful QR codes in just a few clicks, and scan codes instantly. Perfect for everyone, from beginners to professionals.">
<meta name="twitter:image" content="https://github.com/lyqht/mini-qr-code-generator/blob/main/public/og_image.png?raw=true">
<meta name="twitter:site" content="@estee_tey">
<meta name="license" content="GNU General Public License v3.0">
<meta name="color-scheme" content="dark light">
<title>Mini QR Code Generator</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>