forked from scholtz/wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.5 KB
/
Copy pathindex.html
File metadata and controls
43 lines (43 loc) · 1.5 KB
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
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<title>Biatec Wallet - Algorand Community Wallet</title>
<meta
property="og:title"
content="Community Algorand Wallet - Biatec Wallet"
/>
<meta property="og:image" content="/favicon.ico" />
<meta
property="og:description"
content="Free open source algorand wallet created by community for community."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="/" />
<meta name="twitter:image" content="/img/logo.svg" />
<meta name="twitter:title" content="AWallet - Community algorand wallet" />
<meta
name="twitter:description"
content="Free open source algorand wallet created by community for community."
/>
<link id="theme-link" rel="stylesheet" href="/themes/_empty/theme.css" />
<link
id="theme-link-custom"
rel="stylesheet"
href="/custom-themes/_empty/theme.css"
/>
</head>
<body class="flex flex-column h-screen m-0">
<noscript>
<strong
>We're sorry but A-Wallet doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong
>
</noscript>
<div id="app" class="flex flex-column flex-grow-1 m-2"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>