-
Notifications
You must be signed in to change notification settings - Fork 13
/
index-prod.html
32 lines (27 loc) · 1.6 KB
/
index-prod.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1,minimal-ui,user-scalable=no, maximum-scale=1.0" name="viewport" >
<meta content="Issue Your Own Token in Minutes! Create VRC25 tokens and let token holders pay transaction fees in the token itself" name="description">
<title>VICIssuer</title>
<meta property="og:url" content="https://issuer.viction.xyz" />
<meta property="og:type" content="website" />
<meta property="og:title" content="VICIssuer" />
<meta property="og:image" itemprop="thumbnailUrl" content="https://vicscan.xyz/vic-token.png">
<meta property="og:description" content="Issue Your Own Token in Minutes! Create VRC25 tokens and let token holders pay transaction fees in the token itself" />
<meta property="og:image:type" content="image/png" />
<meta name="twitter:url" content="https://issuer.viction.xyz/"/>
<meta name="twitter:title" content="VICIssuer" />
<meta property="twitter:image" itemprop="thumbnailUrl" content="https://vicscan.xyz/vic-token.png">
<meta name="twitter:description" content="Issue Your Own Token in Minutes! Create VRC25 tokens and let token holders pay transaction fees in the token itself" />
<!-- <link type="image/x-icon" rel="shortcut icon" href="/app/assets/images/favicon_48x48.ico"> -->
<link rel="icon" type="image/svg+xml" href="/app/assets/images/favicon-dark.svg">
<link rel="icon" type="image/png" href="/app/assets/images/favicon-dark.png">
</head>
<body>
<div id="app"></div>
<!-- <script src="/build/app.js"></script>
<script src="/build/style.js"></script> -->
</body>
</html>