Skip to content

Commit 0c10e77

Browse files
authored
Update index.html
1 parent fc41e18 commit 0c10e77

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Projects/Password Generator/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
</head>
8989

9090
<body>
91-
<!-- /* dark mode toggle & github buttons */ -->
91+
/* dark mode toggle & github buttons */
9292
<nav>
93-
<!-- <div class="navbtn">
93+
<div class="navbtn">
9494
<a class="github-button" href="https://github.com/smthari/Password-generator-using-html-css-javascript/fork"
9595
data-color-scheme="no-preference: dark; light: light; dark: dark;" data-icon="octicon-repo-forked"
9696
data-size="large" data-show-count="true"
@@ -104,7 +104,7 @@
104104
<a class="github-button" href="https://github.com/smthari"
105105
data-color-scheme="no-preference: dark; light: light; dark: dark;" data-size="large"
106106
data-show-count="true" aria-label="Follow @smthari on GitHub">Follow @smthari</a>
107-
</div> -->
107+
</div>
108108
<div class="theme-switch-wrapper">
109109
<label class="theme-switch" for="checkbox">
110110
<input type="checkbox" id="checkbox" />
@@ -182,4 +182,4 @@ <h2>Password Generator</h2>
182182
</script>
183183
</body>
184184

185-
</html>
185+
</html>

0 commit comments

Comments
 (0)