Skip to content

Commit

Permalink
Update name on tab
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-wallace committed Jul 4, 2023
1 parent 55497e6 commit b90e169
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* style.css */
@font-face {
font-family: 'fira-code-regular';
src: url('../fonts/firacode-regular-webfont.woff2') format('woff2'),
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="description" content="Online random password generator.">
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" media="screen,tv" href="css/style.css">
<title>mkpasswd.tk</title>
<title>mkpasswd.surge.sh</title>

</head>

Expand Down
1 change: 1 addition & 0 deletions js/script.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// script.js
const includeLowercase = document.getElementById("lowercase");
const includeUppercase = document.getElementById("uppercase");
const includeSymbols = document.getElementById("symbols");
Expand Down

0 comments on commit b90e169

Please sign in to comment.