-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 1.9 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
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Office of Inspector General on WAX</title>
<!-- General meta -->
<meta name="title" content="Office of Inspector General on WAX">
<meta name="description" content="A neutral third-party role designed to evaluate WAX Guild Candidates contributions to the ecosystem and providing ongoing transparency for the community.">
<meta name="keywords" content="wax, wax governance, blockchain governance, blockchain gaming, nfts, digital assets, wax guilds">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="revisit-after" content="10 days">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://oig.wax.io/">
<meta property="og:type" content="website">
<meta property="og:title" content="Office of Inspector General on WAX">
<meta property="og:description" content="A neutral third-party role designed to evaluate WAX Guild Candidates contributions to the ecosystem and providing ongoing transparency for the community.">
<meta property="og:image" content="/sharing.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="oig.wax.io">
<meta property="twitter:url" content="https://oig.wax.io/">
<meta name="twitter:title" content="Office of Inspector General on WAX">
<meta name="twitter:description" content="A neutral third-party role designed to evaluate WAX Guild Candidates contributions to the ecosystem and providing ongoing transparency for the community.">
<meta name="twitter:image" content="/sharing.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>