Skip to content

Commit 7e824ea

Browse files
authored
Update sitemaplinks.html
1 parent 0df5396 commit 7e824ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Wiki/sitemaplinks.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h1><center><b>Wiki | FAQ | More Links</b></center></h1><button onclick=createWi
8888
border-radius: 5px;
8989
}
9090

91-
button {
91+
button1 {
9292
padding: 10px 20px;
9393
font-size: 16px;
9494
background-color: #4CAF50;
@@ -98,7 +98,7 @@ <h1><center><b>Wiki | FAQ | More Links</b></center></h1><button onclick=createWi
9898
cursor: pointer;
9999
}
100100

101-
button:hover {
101+
button1:hover {
102102
background-color: #45a049;
103103
}
104104

@@ -139,7 +139,7 @@ <h2>Saved Pages:</h2>
139139
<div id="wikiPageView" style="display: none;">
140140
<h2 id="viewTitle"></h2>
141141
<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>
143143
</div>
144144
<script>
145145
// Get the content element by its ID

0 commit comments

Comments
 (0)