forked from besoeasy/ZeroNote
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (44 loc) · 2.32 KB
/
Copy pathindex.html
File metadata and controls
49 lines (44 loc) · 2.32 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
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>T3VO | Open Source Offline Vault for Passwords, Bookmarks & Private Notes</title>
<meta name="description" content="T3VO is your open source, offline-capable vault for securely managing passwords, bookmarks, and private notes. Enjoy end-to-end encryption and complete privacy without installation.">
<meta name="keywords" content="T3VO, offline vault, open source, password manager, bookmark manager, private notes, encryption, digital security">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://app.t3vo.com/">
<meta name="author" content="T3VO">
<!-- Open Graph / Facebook -->
<meta property="og:site_name" content="T3VO">
<meta property="og:title" content="T3VO | Open Source Offline Vault for Passwords, Bookmarks & Private Notes">
<meta property="og:description" content="Securely store and manage your passwords, bookmarks, and notes with T3VO. Experience full offline functionality, end-to-end encryption, and zero compromises.">
<meta property="og:url" content="https://app.t3vo.com/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://t3vo.com/banner.png">
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="T3VO | Open Source Offline Vault for Passwords, Bookmarks & Private Notes">
<meta name="twitter:description" content="Experience digital security on-the-go with T3VO—an offline, open source vault with end-to-end encryption for your sensitive data.">
<meta name="twitter:image" content="https://t3vo.com/banner.png">
<!-- Structured Data / JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "T3VO",
"url": "https://app.t3vo.com/",
"description": "T3VO is an open source, offline-capable vault for securely managing your passwords, bookmarks, and private notes with end-to-end encryption.",
"publisher": {
"@type": "Organization",
"name": "T3VO",
"logo": "https://t3vo.com/logo.png"
}
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>