-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
20 lines (20 loc) · 948 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="sr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Brz i jednostavan način da dobijete NBS QRcode ili napravite uplatnicu." />
<meta name="”robots”" content="noindex" />
<meta property="og:url" content="https://uplatnica.vercel.app/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Uplatnica" />
<meta property="og:description" content="How much does culture influence creative thinking?" />
<meta property="og:image" content="https://uplatnica.vercel.app/facebook-post.png" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<title>Uplatnica</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>