mirror of
https://github.com/DerTyp7/secure-key-gen-react.git
synced 2025-10-28 12:22:14 +01:00
23 lines
1.0 KiB
HTML
23 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/fav.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
name="description"
|
|
content="An opensoruce password generator. It's time to switch to a secure and safe password generator. Our open-source password key generator creates strong and random passwords that are virtually impossible to crack. With advanced encryption algorithms, you can be sure that your sensitive information is safe from cyber threats. Plus, our password generator is completely free to use! Say goodbye to weak passwords and hello to peace of mind"
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="password, key, generator, opensource, secure, safe, random, password generator, account, strong"
|
|
/>
|
|
<meta name="author" content="Janis Meister" />
|
|
<title>Password Generator</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|