-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (36 loc) · 2.59 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
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Teleporting to Playstore</title>
<!-- Umami Analytics -->
<script defer src="https://umami-sable-xi.vercel.app/script.js" data-website-id="1bd56902-0e3f-496d-b48f-e9ba6e452c9a"></script>
<!-- Redirect after 0 seconds -->
<meta http-equiv="refresh" content="1;url=https://play.google.com/store/apps/details?id=com.diginova.locallock&pcampaignid=web_share">
<!-- Social Media Metadata -->
<!-- Primary Meta Tags -->
<title>Local Lock - secure, offline, local, open source password saving app</title>
<meta name="title" content="Local Lock - secure, offline, local, open source password saving app" />
<meta name="description" content="Local Lock is an Android app with the only goal of being a secure, locked, no-third party, completely local open source password saving app.
Very useful for less important frequently changing secure password storage" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://locallock.priyavkaneria.com/" />
<meta property="og:title" content="Local Lock - secure, offline, local, open source password saving app" />
<meta property="og:description" content="Local Lock is an Android app with the only goal of being a secure, locked, no-third party, completely local open source password saving app.
Very useful for less important frequently changing secure password storage" />
<meta property="og:image" content="https://locallock.priyavkaneria.com/assets/meta-image-squish.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://locallock.priyavkaneria.com/" />
<meta property="twitter:title" content="Local Lock - secure, offline, local, open source password saving app" />
<meta property="twitter:description" content="Local Lock is an Android app with the only goal of being a secure, locked, no-third party, completely local open source password saving app.
Very useful for less important frequently changing secure password storage" />
<meta property="twitter:image" content="https://locallock.priyavkaneria.com/assets/meta-image-squish.png" />
<!-- Meta Tags Generated with https://metatags.io -->
</head>
<body>
<p>If you are not redirected, <a href="https://play.google.com/store/apps/details?id=com.diginova.locallock&pcampaignid=web_share">click here to teleport</a>.</p>
</body>
</html>