-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (25 loc) · 1.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/assets/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ionic ID - Web3 identity for the Ionic community</title>
<meta name="description" content="Ionic ID (.ion) is digital identity on the Ionic community. You can use it to send tokens to each other, or as a username on various Mode dApps.">
<meta name="keywords" content="domains, domain, DNS, TLD, blockchain, crypto, chain, mode, names, usernames, web3, social">
<meta name="author" content="Tempe Techie">
<meta property="og:title" content="Ionic ID" />
<meta property="og:description" content="Ionic ID (.ion) is digital identity on the Ionic community. You can use it to send tokens to each other, or as a username on various Mode dApps." />
<meta property="og:image" content="https://id.ionic.money/assets/cover.png" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ionicmoney">
<meta name="twitter:creator" content="@ionicmoney">
<meta name="twitter:title" content="Ionic ID">
<meta name="twitter:description" content="Ionic ID (.ion) is digital identity on the Ionic community. You can use it to send tokens to each other, or as a username on various Mode dApps.">
<meta name="twitter:image" content="https://id.ionic.money/assets/cover.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>