-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 1.36 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
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1, initial-scale=1.0, shrink-to-fit=no" />
<title>Ayapone</title>
<meta name="robots" content="all" />
<meta name="keywords" content="Ayapone, web3" />
<meta name="description" content="Ayapone web3 e-commerce platform" />
<meta name="language" content="English" />
<meta name="doc-type" content="Public" />
<meta name="doc-class" content="Completed" />
<meta name="doc-rights" content="Public" />
<meta name="GOOGLEBOT" content="NOARCHIVE" />
<meta name="Revisit-After" content="7 Days" />
<meta name="robots" content="index,follow" />
<meta name="GOOGLEBOT" content="index,follow" />
<meta name="distribution" content="Global" />
<meta name="rating" content="Safe For Kids" />
<meta name="rating" content="general" />
<meta name="author" content="Aya" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="imagetoolbar" content="no" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>