mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Add credit links
This commit is contained in:
parent
cf8f3c0c25
commit
fc7e3f679f
2 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Winamp.js - It really rips off the llama's ass</title>
|
||||
<title>Winamp2-js</title>
|
||||
<link rel='stylesheet' type='text/css' href='winamp.css' />
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -55,9 +55,9 @@
|
|||
<div id="shuffle"></div>
|
||||
<div id="repeat"></div>
|
||||
</div>
|
||||
<a id='about' target='_blank' href='http://jordaneldredge.com'></a>
|
||||
<a id='about' target='_blank' href='https://github.com/captbaritone/winamp2-js'></a>
|
||||
</div>
|
||||
<input id="file-input" type="file" />
|
||||
<p style="position: absolute; bottom: 0;">by <a href='https://twitter.com/captbaritone'>@captbaritone</a> - <a href='https://github.com/captbaritone/winamp2-js'>GitHub</a></p>
|
||||
<script src="winamp.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ input[type=range]::-moz-range-thumb { border: none; border-radius: 0; background
|
|||
input[type=range]::-moz-range-track { border: none; background: none; }
|
||||
input[type=range]:focus { outline: none; }
|
||||
input[type=range]::-moz-focus-outer { border: 0; }
|
||||
a:focus { outline: none; }
|
||||
|
||||
#winamp {
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue