-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1 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
<!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>