We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4902908 commit cbcedc2Copy full SHA for cbcedc2
Source-Code/PasswordGenerator/index.html
@@ -0,0 +1,19 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
7
+ integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
8
+ crossorigin="anonymous" />
9
+ <link rel="stylesheet" href="style.css" />
10
+
11
+ <title>Password Generator</title>
12
+</head>
13
+<body>
14
15
16
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/vanilla-tilt/1.7.0/vanilla-tilt.min.js"></script>
17
+ <script src="script.js"></script>
18
+</body>
19
+</html>
Source-Code/PasswordGenerator/script.js
Source-Code/PasswordGenerator/style.css
0 commit comments