localstorage

This commit is contained in:
Janis Meister
2023-03-10 12:58:10 +01:00
parent 3cf6a62477
commit fb5eae612c
9 changed files with 98 additions and 35 deletions

View File

@@ -1,13 +1,22 @@
<!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>Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<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>