mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
better credits
This commit is contained in:
@@ -310,18 +310,19 @@
|
||||
</div>
|
||||
|
||||
<div class="tab-pane fade" id="tab-credits">
|
||||
<section>
|
||||
<p><strong>squeezelite-esp32</strong>, © 2019, philippe44, sle118, daduke<br />Licensed under the GPL</p>
|
||||
<div class="jumbotron">
|
||||
<p><strong><a href="https://github.com/sle118/squeezelite-esp32">squeezelite-esp32</a></strong>, © 2019, philippe44, sle118, daduke<br />Licensed under the GPL</p>
|
||||
<p>
|
||||
This app would not be possible without the following libraries:
|
||||
</p>
|
||||
<ul>
|
||||
<li>squeezelite, © 2012-2019, Adrian Smith and Ralph Irving. Licensed under the GPL License.</li>
|
||||
<li>esp32-wifi-manager, © 2017-2019, Tony Pottier. Licensed under the MIT License.</li>
|
||||
<li>SpinKit, © 2015, Tobias Ahlin. Licensed under the MIT License.</li>
|
||||
<li>jQuery, The jQuery Foundation. Licensed under the MIT License.</li>
|
||||
<li>cJSON, © 2009-2017, Dave Gamble and cJSON contributors. Licensed under the MIT License.</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -6,12 +6,13 @@ body {
|
||||
padding-right: 12px;
|
||||
}
|
||||
a {
|
||||
color: darkblue;
|
||||
color: #fff;
|
||||
transition: color .2s ease-out;
|
||||
text-decoration: none
|
||||
}
|
||||
a:hover {
|
||||
color: red;
|
||||
color: #99f;
|
||||
text-decoration: none
|
||||
}
|
||||
input:focus,
|
||||
select:focus,
|
||||
|
||||
Reference in New Issue
Block a user