-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (54 loc) · 3.05 KB
/
Copy pathindex.html
File metadata and controls
60 lines (54 loc) · 3.05 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
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<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">
<!-- SEO Meta Tags -->
<title>Easy to Remember Password Generator | Free, Secure & Private | passwrd.in</title>
<meta name="description" content="Generate easy to remember passwords that are hard to guess. Free password generator with memorable passphrases, domain-based passwords, hacker substitutions & personalized word combinations. 100% private, no tracking.">
<meta name="keywords" content="easy to remember password generator, easy passwords to remember but hard to guess, memorable password generator, passphrase generator, domain password generator, secure password, password generator, free password tool">
<meta name="author" content="passwrd.in">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://passwrd.in/">
<!-- Open Graph Meta Tags -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://passwrd.in/">
<meta property="og:title" content="Easy to Remember Password Generator | passwrd.in">
<meta property="og:description" content="Generate easy to remember passwords that are hard to guess. Memorable passphrases, domain-based passwords with hacker substitutions. Free, private, secure.">
<meta property="og:image" content="https://passwrd.in/favicon-32x32.png">
<meta property="og:site_name" content="passwrd.in">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://passwrd.in/">
<meta name="twitter:title" content="Easy to Remember Password Generator | passwrd.in">
<meta name="twitter:description" content="Create easy to remember passwords that are hard to guess. Personalized word combinations, hacker substitutions, domain-based passwords. 100% private.">
<meta name="twitter:image" content="https://passwrd.in/twitter-image.png">
<!-- Additional Meta Tags -->
<meta name="theme-color" content="#0284c7">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Schema.org Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "passwrd.in - Easy to Remember Password Generator",
"description": "Generate easy to remember passwords that are hard to guess",
"url": "https://passwrd.in",
"applicationCategory": "SecurityApplication",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<link rel="icon" href="/favicon.ico">
</head>
<body>
<noscript>
<strong>passwrd.in requires JavaScript to generate secure passwords. Please enable JavaScript to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>