-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (39 loc) · 3.19 KB
/
index.html
File metadata and controls
47 lines (39 loc) · 3.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Galactic Craft Cipher - Space-themed Encryption Tool</title>
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />
<meta name="google-site-verification" content="fsBXDs-yVPje8Qy4-ecmZRnc2rBgB0zNw-ezWaYXEyo" />
<!-- <meta name="description" content="Galactic Craft Cipher - A powerful space-themed encryption tool for secure message encoding and decoding. Try our free online encryption service today!" />
<meta name="keywords" content="encryption tool, space encryption, message cipher, secure encoding, galactic craft, online encryption" />
<meta name="author" content="Galactic Craft Team" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://galactic-craft-cipher.vercel.app" /> -->
<meta name="description" content="Galactic Craft Cipher by SanketYoProgrammer – The ultimate space-themed encryption and decryption tool. Secure your messages using futuristic Standard Galactic Alphabet (SGA) technology. Built by Sanket aka SanketYoProgrammer, this modern cipher app is fast, free, and trusted by tech-savvy users worldwide." />
<meta name="keywords" content="Sanket, SanketYoProgrammer, sanket3yoprogrammer, galactic cipher, encryption tool, standard galactic alphabet, SGA converter, space encryption, online cipher, secure message encoder, sci-fi encryption, futuristic decoder, message encryption app, free encryption website, hacker tools, galactic-craft-cipher" />
<meta name="author" content="SanketYoProgrammer & Galactic Craft Team" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://galactic-craft-cipher.vercel.app/" />
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Galactic Craft Cipher - Space-themed Encryption Tool" />
<meta property="og:description" content="A powerful space-themed encryption tool for secure message encoding and decoding. Try our free online encryption service today!" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://galactic-craft-cipher.vercel.app" />
<meta property="og:image" content="https://raw.githubusercontent.com/Sanket3yoProgrammer/galactic-craft-cipher/master/docs/assets/logo.jpg" />
<meta property="og:site_name" content="Galactic Craft Cipher" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Galactic Craft Cipher - Space-themed Encryption Tool" />
<meta name="twitter:description" content="A powerful space-themed encryption tool for secure message encoding and decoding. Try our free online encryption service today!" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/Sanket3yoProgrammer/galactic-craft-cipher/master/docs/assets/logo.jpg" />
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="docs/assets/logo.jpg" />
<link rel="apple-touch-icon" href="docs/assets/logo.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>