Skip to content

Commit cbcedc2

Browse files
committed
create a template for project
1 parent 4902908 commit cbcedc2

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -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

Whitespace-only changes.

Source-Code/PasswordGenerator/style.css

Whitespace-only changes.

0 commit comments

Comments
 (0)