File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 10
10
</ head >
11
11
12
12
< body >
13
+ <!-- /* dark mode toggle & github buttons */ -->
14
+ < nav >
15
+ < div class ="navbtn ">
16
+ <!-- Place this tag where you want the button to render. -->
17
+ < a class ="github-button " href ="https://github.com/smthari/html-css-javascript-projects/fork "
18
+ data-icon ="octicon-repo-forked " data-size ="large " data-show-count ="true "
19
+ aria-label ="Fork smthari/html-css-javascript-projects on GitHub "> Fork</ a >
20
+
21
+ <!-- Place this tag where you want the button to render. -->
22
+ < a class ="github-button " href ="https://github.com/smthari/html-css-javascript-projects "
23
+ data-icon ="octicon-star " data-size ="large " data-show-count ="true "
24
+ aria-label ="Star smthari/html-css-javascript-projects on GitHub "> Star</ a >
25
+
26
+ < a class ="github-button " href ="https://github.com/smthari " data-size ="large " data-show-count ="true "
27
+ aria-label ="Follow @smthari on GitHub "> Follow</ a >
28
+ </ div >
29
+ < div class ="theme-switch-wrapper ">
30
+ < label class ="theme-switch " for ="checkbox ">
31
+ < input type ="checkbox " id ="checkbox " />
32
+ < div class ="slider round "> </ div >
33
+ </ label >
34
+ < em > Switch Theme</ em >
35
+ </ div >
36
+ </ nav >
37
+
13
38
< div class ="container ">
14
39
< h2 > Password Generator</ h2 >
15
40
< div class ="result-container ">
@@ -46,6 +71,7 @@ <h2>Password Generator</h2>
46
71
</ button >
47
72
</ div >
48
73
</ div >
74
+ < script src ="script.js "> </ script >
49
75
</ body >
50
76
51
77
</ html >
You can’t perform that action at this time.
0 commit comments