Add credit links

This commit is contained in:
Jordan Eldredge 2014-11-03 21:12:19 -08:00
parent cf8f3c0c25
commit fc7e3f679f
2 changed files with 4 additions and 3 deletions

View file

@ -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>

View file

@ -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;