-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (30 loc) · 1.67 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
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<title>LCDWallet</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- https://web.dev/uses-rel-preconnect -->
<link rel="preconnect" href="https://storage.googleapis.com">
<meta name="description" content="LCDWallet - The Best Crypto Wallet For Web3">
<link rel="icon" href="/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.ico" type="image/png" sizes="16x16">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF">
<meta name="theme-color" content="#ffffff">
<meta name="keywords" content="react, pwa, boilerplate, template, blockchain, cryptocurrency, bitcoin, wallet" />
<meta name="description" content="LCDWallet - The Best Crypto Wallet For Web3" data-react-helmet="true" />
<meta property="og:title" content="LCDWallet" data-react-helmet="true">
<meta property="og:description" content="Starter kit for modern web applications" data-react-helmet="true">
<meta property="og:url" content="https://react-pwa.surenatoyan.com/" data-react-helmet="true">
<meta property="og:image" content="https://react-pwa.surenatoyan.com/cover.png" data-react-helmet="true" />
<meta name="twitter:card" content="summary" data-react-helmet="true" />
<!-- https://web.dev/defer-non-critical-css/ -->
<link rel="preload" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" as="style"
onload="this.onload=null;this.rel='stylesheet'">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>