-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (84 loc) · 4.64 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Lord of Passwords</title>
<meta name="Description" content="Hashed passwords generator. Author: Andrew Tatomyr" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://tatomyr.github.io/purity/reset.css" />
<link rel="stylesheet" href="./style.css" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self' https://tatomyr.github.io/purity/;
child-src 'none';
worker-src 'self';
"
/>
<!-- generated by favicon-generator.org -->
<link rel="apple-touch-icon" sizes="57x57" href="./images/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="./images/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="./images/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="./images/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="./images/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="./images/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="./images/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="./images/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="./images/apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="./images/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="./images/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon-16x16.png" />
<link rel="manifest" href="./manifest.json" />
<meta name="msapplication-TileColor" content="purple" />
<meta name="msapplication-TileImage" content="./images/ms-icon-144x144.png" />
<meta name="theme-color" content="purple" />
</head>
<body>
<header>
<h1>Lord of Passwords</h1>
<svg width="685" height="55" xmlns="http://www.w3.org/2000/svg">
<g>
<title>Key</title>
<path
stroke-width="4"
stroke="var(--accent-color)"
id="svg_1"
d="m20.82547,48c-8.3316,0 -11.82547,-9.39779 -11.82547,-21c0,-11.60221 2.84293,-21 11.17453,-21c8.3316,0 11.82547,9.99779 11.82547,21.6c0,11.60221 -2.84293,20.4 -11.17453,20.4z"
opacity="undefined"
fill="#fff"
/>
<line stroke-width="4" stroke="var(--accent-color)" id="svg_3" y2="28" x2="679.99999" y1="27" x1="32.00006" fill="none" />
<line stroke="var(--accent-color)" stroke-width="4" id="svg_4" y2="55" x2="660" y1="19" x1="660" fill="none" />
<line stroke="var(--accent-color)" stroke-width="4" id="svg_5" y2="55" x2="672" y1="19" x1="672" fill="none" />
<line stroke-width="4" stroke="var(--accent-color)" id="svg_6" y2="46" x2="680" y1="46" x1="652" fill="none" />
<ellipse stroke="var(--accent-color)" ry="3.5" rx="4" id="svg_8" cy="27" cx="9" stroke-width="4" fill="none" />
<ellipse id="svg_9" cy="122.5" cx="39" stroke-width="4" stroke="var(--accent-color)" fill="none" />
<ellipse stroke="var(--accent-color)" ry="3.5" rx="4" id="svg_10" cy="27" cx="32" stroke-width="4" fill="none" />
</g>
</svg>
<h2>one password to rule them all</h2>
</header>
<main id="root"></main>
<footer>
<div>
Find out more on
<a href="https://github.com/tatomyr/lordofpasswords#lord-of-passwords" target="_blank" rel="noopener">
<svg viewBox="0 0 24 24" class="h-8 transition hover:opacity-50 opacity-60">
<path
fill="currentColor"
d="M12 .3a12 12 0 00-3.8 23.38c.6.12.83-.26.83-.57L9 21.07c-3.34.72-4.04-1.61-4.04-1.61-.55-1.39-1.34-1.76-1.34-1.76-1.08-.74.09-.73.09-.73 1.2.09 1.83 1.24 1.83 1.24 1.07 1.83 2.81 1.3 3.5 1 .1-.78.42-1.31.76-1.61-2.67-.3-5.47-1.33-5.47-5.93 0-1.31.47-2.38 1.24-3.22-.14-.3-.54-1.52.1-3.18 0 0 1-.32 3.3 1.23a11.5 11.5 0 016 0c2.28-1.55 3.29-1.23 3.29-1.23.64 1.66.24 2.88.12 3.18a4.65 4.65 0 011.23 3.22c0 4.61-2.8 5.63-5.48 5.92.42.36.81 1.1.81 2.22l-.01 3.29c0 .31.2.69.82.57A12 12 0 0012 .3"
></path>
</svg>
GitHub
</a>
</div>
<div class="build-info">
Latest revision:
<!-- date: --> Wed Mar 27 2024 <!-- :date -->
</div>
</footer>
<script type="module" src="./root.js"></script>
</body>
</html>