17 lines
542 B
HTML
17 lines
542 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>QR Code Generator - IMPHNEN</title>
|
|
<base href="/" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="description" content="QR Code Generator - IMPHNEN" />
|
|
<meta name="keywords" content="qr, campaign, imphnen" />
|
|
<link rel="icon" type="image/svg+xml" href="/images/imphnen-logo.svg" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|