-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (26 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anadya Nair — CRYPT</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/90c685074a.js" crossorigin="anonymous"></script>
<script src="script.js"></script>
</head>
<body>
<div class="heading">
<h1>CRYPT</h1>
<p>A quick generator of strong and unique passcodes. <br>— Managed by Anadya Nair.</p> <br>
<p><i class="fab fa-github"></i> <a target="blank" href="https://github.com/AnadyaNair/CRYPT">Code On GitHub</a></p>
</div>
<div class="generator-area">
<input type="text" id="displayer" placeholder="Click button below" readonly="">
<button onclick="createNew()">Create New</button>
</div>
<div class="note">
<p>These paswords are unique and randomly generated. And this website is safe and free of cookies.</p>
</div>
</body>
</html>