mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
19 lines
354 B
HTML
19 lines
354 B
HTML
<style>
|
|
.button {
|
|
background-color: #343a40;
|
|
border: none;
|
|
border-radius:.25rem;
|
|
color: white;
|
|
padding: .5rem .75rem;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 1rem;
|
|
font-weight:bold;
|
|
float:right;
|
|
}
|
|
.button:hover {
|
|
color: #ddd;
|
|
}
|
|
</style>
|
|
<a class="button" href="/usb/upload/">Upload to USB</a>
|