-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 1.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/qr.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>QR코드 생성기</title>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6612953628765015"
crossorigin="anonymous"
></script>
<meta name="naver-site-verification" content="273d4b64f740c0890f899883561ecd724e51bbc6" />
<meta name="title" content="QR코드 생성기" />
<meta name="description" content="손쉽게 나만의 QR코드를 생성해보세요!" />
<meta name="keyword" content="QR코드, QR코드 생성기, QR코드 만들기, 무료 QR코드, 무료 QR코드 생성" />
<meta property="og:title" content="QR코드 생성기" />
<meta property="og:description" content="손쉽게 나만의 QR코드를 생성해보세요!" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>