Clear Local Storage Data Button

This commit is contained in:
PrestonT500 2024-09-20 13:22:23 -07:00
parent 04913cbdd7
commit 9710a94f00
2 changed files with 17 additions and 1 deletions

View File

@ -62,6 +62,20 @@ button,
max-width: 200px;
}
.clr-btn {
background-color: #ff3c00;
color: white;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
border: none;
border-radius: 5px;
margin: 10px auto;
text-decoration: none;
display: inline-block;
max-width: 200px;
}
button:hover {
background-color: #45a049;
}

View File

@ -20,11 +20,13 @@
<p>These clients might be outdated.</p>
<p>Questions, Suggestions, bugs, etc? Also announcements about the site. Join the discord server! (Scroll down to the very bottom for the Button to join)</p>
<p>Scroll down to the bottom for buttons/links.</p>
<a onclick="localStorage.clear();" class="clr-btn">Reset All Local Data</a>
<h2 class="pick-client">Pick a Client:</h2>
<label for="mobileCheckbox">Mobile Checkbox</label>
<input type="checkbox" id="mobileCheckbox">
<div class="search-container">
<input type="text" id="search-bar" placeholder="Search Clients...">
</div>