-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.66 KB
/
index.html
File metadata and controls
35 lines (31 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#111827" />
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#f3f4f6" />
<link rel="apple-touch-icon" href="/wallet_192.png">
<link rel="manifest" href="/manifest.json" />
<title>%VITE_STATIC_NAME%</title>
<meta name="description" content="%VITE_STATIC_NAME% is a secure web wallet for storing and managing verifiable credentials.">
<meta name="keywords"
content="wwWallet, web wallet, wallet, secure storage, verifiable credentials, digital credentials, credentials management">
<meta property="og:title" content="%VITE_STATIC_NAME%: Secure Storage and Management of Verifiable Credentials">
<meta property="og:description"
content="%VITE_STATIC_NAME% is a secure web wallet for storing and managing verifiable credentials.">
<meta property="og:image" content="%VITE_STATIC_PUBLIC_URL%/wallet_512.png">
<meta property="og:url" content="%VITE_STATIC_PUBLIC_URL%">
<meta property="og:type" content="website">
<meta name="twitter:title" content="%VITE_STATIC_NAME%: Secure Storage and Management of Verifiable Credentials">
<meta name="twitter:description"
content="%VITE_STATIC_NAME% is a secure web wallet for storing and managing verifiable credentials.">
<meta name="twitter:image" content="%VITE_STATIC_PUBLIC_URL%/wallet_512.png">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>