]> git.scottworley.com Git - picsort/blame - picsorter.html
'b' and 'd' for brighter and darker/dimmer.
[picsort] / picsorter.html
CommitLineData
e18c13a6
SW
1<html>
2 <head>
ecb5b4ef 3 <link rel="stylesheet" href="picsorter.css" type="text/css" />
e18c13a6 4 <script src="jquery-2.1.0.js"></script>
ecb5b4ef 5 <script src="mousetrap-1.4.6.js"></script>
e18c13a6
SW
6 <script src="picstosort.js"></script>
7 <script src="picsorter.js"></script>
8 </head>
9 <body>
10 <img id="pic"></img>
11 </body>
12</html>