File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ <h1><center><b>Wiki | FAQ | More Links</b></center></h1><button onclick=createWi
88
88
border-radius : 5px ;
89
89
}
90
90
91
- button {
91
+ button1 {
92
92
padding : 10px 20px ;
93
93
font-size : 16px ;
94
94
background-color : # 4CAF50 ;
@@ -98,7 +98,7 @@ <h1><center><b>Wiki | FAQ | More Links</b></center></h1><button onclick=createWi
98
98
cursor : pointer;
99
99
}
100
100
101
- button : hover {
101
+ button1 : hover {
102
102
background-color : # 45a049 ;
103
103
}
104
104
@@ -139,7 +139,7 @@ <h2>Saved Pages:</h2>
139
139
< div id ="wikiPageView " style ="display: none; ">
140
140
< h2 id ="viewTitle "> </ h2 >
141
141
< iframe id ="viewContent " style ="width: 100%; height: 300px; border: none; "> </ iframe >
142
- < button onclick ="closePageView() "> Close Page</ button >
142
+ < button1 onclick ="closePageView() "> Close Page</ button1 >
143
143
</ div >
144
144
< script >
145
145
// Get the content element by its ID
You can’t perform that action at this time.
0 commit comments