-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (42 loc) · 2.67 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
<!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" />
<!-- Open Graph meta tags for SecureKeyJS -->
<meta property="og:title" content="SecureKeyJS - Generador y Análisis de Claves y Contraseñas" />
<meta property="og:description" content="SecureKeyJS es una aplicación en ReactJS para generar y analizar, claves/contraseñas, proporcionando información avanzada sobre la fortaleza de claves y posibles ataques de hacking." />
<meta property="og:type" content="website.single.page.generator.key.password" />
<meta property="og:url" content="https://maximovj.github.io/securekeyjs/" />
<meta property="og:site_name" content="SecureKeyJS" />
<meta property="og:image" content="https://maximovj.github.io/securekeyjs/preview.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Vista previa de SecureKeyJS" />
<meta property="og:locale" content="es_ES" />
<meta property="og:locale:alternate" content="en_US" />
<meta property="og:updated_time" content="2024-09-27T12:00:00+00:00" />
<!-- Open Graph meta tags for social sharing and SEO enhancement -->
<meta property="og:determiner" content="github" />
<meta property="og:see_also" content="https://github.com/maximovj/securekeyjs" />
<meta property="article:published_time" content="2024-09-27T12:00:00+00:00" />
<meta property="article:modified_time" content="2024-09-27T12:00:00+00:00" />
<!-- Optional Twitter Card meta tags for better sharing on Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="SecureKeyJS - Generador y Análisis de Contraseñas" />
<meta name="twitter:description" content="Genera y analiza contraseñas con información avanzada de seguridad y análisis de hacking en SecureKeyJS." />
<meta name="twitter:image" content="https://maximovj.github.io/securekeyjs/screenshots/preview01.png" />
<meta name="twitter:site" content="@maximo_vj" />
<meta name="twitter:creator" content="@maximo_vj" />
<!-- Canonical URL to ensure SEO consistency -->
<link rel="canonical" href="https://maximovj.github.io/securekeyjs/" />
<!-- Favicon for better branding in browsers -->
<!-- <link rel="icon" href="https://maximovj.github.io/securekeyjs/favicon.ico" type="image/x-icon" /> -->
<title>Vite + React</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>