forked from BuildOnViction/tomoissuer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1.2 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
<!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 TRC21 tokens and let token holders pay transaction fees in the token itself" name="description">
<title>TomoIssuer</title>
<meta property="og:url" content="https://issuer.tomochain.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="TomoIssuer" />
<meta property="og:image" itemprop="thumbnailUrl" content="/app/assets/images/thumbnail.jpg">
<meta name="twitter:title" content="TomoIssuer" />
<meta property="og:description" content="Issue Your Own Token in Minutes! Create TRC21 tokens and let token holders pay transaction fees in the token itself" />
<meta name="twitter:description" content="Issue Your Own Token in Minutes! Create TRC21 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">
</head>
<body>
<div id="app"></div>
<script src="/build/app.js"></script>
<script src="/build/style.js"></script>
</body>
</html>