-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (62 loc) · 2.94 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fortify - Password Generator and Management</title>
<meta name="title" content="Fortify - Password Generator and Management" />
<meta
name="description"
content="Fortify - Your Secure Password Companion. Generate strong, unique passwords and manage your login credentials with ease. Enhance your online security with Fortify intuitive password generator and robust password management features. Protect your accounts from unauthorized access and stay in control of your digital identity."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://fortify-id.vercel.app/" />
<meta
property="og:title"
content="Fortify - Password Generator and Management"
/>
<meta
property="og:description"
content="Fortify - Your Secure Password Companion. Generate strong, unique passwords and manage your login credentials with ease. Enhance your online security with Fortify intuitive password generator and robust password management features. Protect your accounts from unauthorized access and stay in control of your digital identity."
/>
<meta
property="og:image"
content="https://i.ibb.co/njGmK1k/fortify-landing-min.png"
/>
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://fortify-id.vercel.app/" />
<meta
property="twitter:title"
content="Fortify - Password Generator and Management"
/>
<meta
property="twitter:description"
content="Fortify - Your Secure Password Companion. Generate strong, unique passwords and manage your login credentials with ease. Enhance your online security with Fortify intuitive password generator and robust password management features. Protect your accounts from unauthorized access and stay in control of your digital identity."
/>
<meta
property="twitter:image"
content="https://i.ibb.co/njGmK1k/fortify-landing-min.png"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400&family=Inter:wght@200;300;400;500;600;700&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript>
<link
href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400&family=Inter:wght@200;300;400;500;600;700&display=swap"
rel="stylesheet"
type="text/css"
/>
</noscript>
<title>Fortfiy - Password Generator & Manager</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>