X-Git-Url: http://git.scottworley.com/picsort/blobdiff_plain/e18c13a6bea305ff31aec74c590c13551b4cc6a5..ac4559ea71cebfb1ac79950971c6250450bd65d1:/picsorter.html diff --git a/picsorter.html b/picsorter.html index 98943de..f609060 100644 --- a/picsorter.html +++ b/picsorter.html @@ -1,10 +1,13 @@ <html> <head> + <link rel="stylesheet" href="picsorter.css" type="text/css" /> <script src="jquery-2.1.0.js"></script> + <script src="mousetrap-1.4.6.js"></script> <script src="picstosort.js"></script> <script src="picsorter.js"></script> </head> <body> + <div id="message" class="fade">Welcome to picsorter</div> <img id="pic"></img> </body> </html>